-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyle.css
More file actions
76 lines (60 loc) · 922 Bytes
/
Style.css
File metadata and controls
76 lines (60 loc) · 922 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
64
65
66
67
68
69
70
71
72
73
74
75
76
body{
margin: 4%;
background-color:#12afc4;
}
header{
color: #080318;
background-color: #12afc4;
height: 80px;
}
header nav{
float: Left;
width: 15%;
margin-top: 20px;
}
header h1{
float: Center;
margin-left: 35px;
}
header nav ul li{
display: inline-block;
margin-right: 10px;
}
header nav ul li a{
color: rgb(0, 0, 0);
text-decoration: none;
}
#first{
background-color: #abf4f4;
width: 50%;
height: 200px;
text-align: center;
margin: 20px 0 20px 10%;
}
#first h4{
font-size: 50px;
padding-top: 30px;
color:#045a5d;
}
#first p{
font-size: 25px;
color: #04505d;
}
#second{
color: #04010c;
background-color: #abe9f4;
margin-bottom:30px;
}
.image-container{
text-align: center;
display: inline-block;
height: 300px;
width:25%;
margin-left:25px;
}
footer{
height: 90px;
color: #e77314;
background-color:#12afc4;
text-align: center;
}