-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
86 lines (72 loc) · 1.17 KB
/
stylesheet.css
File metadata and controls
86 lines (72 loc) · 1.17 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
body {
background-color: lightsteelblue;
}
header{
background-color:#f4eee8;
height:160px;
margin:0px;
width:100%;
}
header nav{
display:inline-block;
margin-top:15px;
margin-left:10px;
}
img{float: left;
width:10opx;
height:130px;}
main h1{float: center;
margin-left:0px;
}
header nav ul li{
display: inline-block;
margin-right:250px;}
#first{
background-color:#f5cebe;
width: 100%;
height: 150px;
margin: 30px 0 0px 0%;
}
#first h1{
font-size: 40px;
text-align: center;
color:#926e6f;
}
#first p{
font-size: 18px;
color: #32045d;
}
#second{background-color:#999b84;
width: 100%;
height: 210px;
text-align: center;
margin: 30x 0 0px 0;}
#second h2{font-size: 40px;
text-align: center;
color:#f0ebcc;}
#second img{
text-align: center;
display: inline-block;
height: 100px;
width: 30%;
margin-left: 150px;}
#third{
background-color:#a7d0cd;
width:100%;
height:150px;
text-align:center;
margin:30px 0 0px 0%;}
#third p{
-size: 40px;
color: #00adb5;
}
footer{
height: 100px;
color: #f4abc4;
background-color: hsl(271.01,91.75%,19.02%);
text-align: center;
}
footer p{
-size: 40px;
color: #77acf1;
}