-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathstyle.css
More file actions
66 lines (51 loc) · 981 Bytes
/
style.css
File metadata and controls
66 lines (51 loc) · 981 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
.logo{
height: 60px;
width: 60px;
}
h1{
margin-top: 30px;
text-align: center;
}
hr{
width: 40%;
}
h4{
text-align: center;
font-style: italic;
}
h6{
text-align: center;
font-style: italic;
}
.container{
margin-top: 70px;
padding-left: 7vw;
padding-right: 7vw;
}
.row img{
height: 230px ;
width: 220px;
}
.box{
margin-top: 10px;
}
.footer{
background-color: #14BDAC;
color: white ;
margin-top: 70px;
padding-left: 10px;
height: 80px;
padding-top: 30px;
}
.icon{
float: right;
margin-right: 20px;
font-size: 20px;
}
a{
text-decoration: none;
color: inherit;
}
.box h4{
margin-top: 10px;
}