-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.css
74 lines (59 loc) · 921 Bytes
/
footer.css
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
body{
margin: 0px;
}
.sns{
width: 100%;
}
.snsin{
height: 100px;
margin: auto;
padding: 90px 0px;
}
td{
padding: 5px;
}
.bt{
width: 40px;
height: 40px;
border: solid 5px black;
border-radius: 10px;
text-align: center;
vertical-align: middle;
transition: 0.3s ease;
}
.bt:hover{
background-color: #424242;
}
.bt:hover p{
color: white;
}
.btxt{
margin: 0px;
transition: 0.3s ease;
}
.blog{
padding-top: 11px;
}
.gh{
padding-top: 5px;
}
a{
text-decoration: none;
}
footer{
background-color: #000000aa;
width: 100%;
padding: 30px 0px;
}
.ico{
background-image: url("Sources/Images/ico.png");
background-size: 70px 70px;
width: 70px;
height: 70px;
margin: auto;
}
.cp{
margin: 5px;
color: white;
font-size: 15px;
}