-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshade.css
More file actions
41 lines (32 loc) · 854 Bytes
/
shade.css
File metadata and controls
41 lines (32 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.container-fluid{
background-color: #232020;
}
body {
background-image: url('https://i.pinimg.com/736x/6b/b3/42/6bb342201eabf51203349f273b9cb6aa.jpg');
background-repeat: repeat;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.container {
display: flex;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.purpose{
align-self: flex-start;
margin-left: 120px;
}
.imgpor {
align-self: start;
height: 800px;
}
.text-box {
margin-top: 120px;
color: rgb(246, 246, 246);
}
h1{
color: antiquewhite;
}
.list-group-item {
background-image: url('https://i.pinimg.com/736x/6b/b3/42/6bb342201eabf51203349f273b9cb6aa.jpg');
background-repeat: repeat;
color: rgb(255, 248, 240);
}