forked from Codi-B07/HTML-Challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
63 lines (56 loc) · 824 Bytes
/
style.css
File metadata and controls
63 lines (56 loc) · 824 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
body{
color: blanchedalmond;
background-color: #202020;
}
.container{
position: relative;
background-color: #39555a;
width: fit-content;
height: fit-content;
margin: 50px 200px;
}
.img{
width: 100%;
height: 250px;
}
.top{
text-align: center;
}
.top li{
list-style: none;
display: inline-block;
line-height: 100px;
}
.top li a{
text-decoration: none;
padding: 0 20px;
color: black;
}
.right{
float: right;
width: 80%;
}
.left{
float: left;
width: 20%;
}
.r1{
float: left;
width: 50%;
}
.r2{
float: right;
width: 50%;
}
.foot{
text-align: center;
}
ul li a{
color: white;
}
.top li a{
color: white;
}
nav{
background-color: grey;
}