-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSk_design.css
66 lines (52 loc) · 1.22 KB
/
Sk_design.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
/* end contact*/
footer{ background-color: white; text-align: center; }
.cp-text{ color: rgba(0,0,0,.7); text-shadow: 0 1px rgba(255, 255, 255, 0.1);}
section #services {
text-align: center;
transform: translatez(0);
}
section #services h2 {
margin: 60px 0px 20px;
color: black;
font-size: 2.4em;
text-transform: uppercase;
text-align: center;
}
section #services li {
width: 120px;
height: 140px;
display: inline-block;
margin: 20px;
list-style: none;
}
section #services li div {
width: 80px;
height: 80px;
color: #74d4b3;
font-size: 3.0em;
text-align: center;
line-height: 80px;
background-color: rgb(0, 0, 0);
transition: all 0.5s ease;
}
section #services li a {
color: white;
}
section #services li div:hover {
transform: rotate(360deg);
border-radius: 100px;
}
section #services li span {
width: 80px;
height: 15px;
display: block;
padding: 12px 0px;
color: black;
text-transform: uppercase;
font-size: 0.9em;
text-align: center;
}
.center{
align-items: center !important;
text-align: center !important;
}