-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
121 lines (110 loc) · 1.79 KB
/
style.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
body{
margin: 0;
color: #40514E;
text-align: center;
font-family:"Merriweather" ,sans-serif;
}
h1{
font-size: 5em;/*100%==16PX 90/16 Appro=5*/
line-height: 0.5;
margin: 50px auto 0;
font-family: 'Sacramento',serif;
color: #66bfbf;
}
h2{
font-family:'Montserrat', sans-serif;
font-size: 2.5rem;
font-weight: normal;
color: #66bfbf;
padding-bottom: 5px;
}
.top{
background-color: #EAF6F6;
position: relative;
padding-top: 100px;
}
.student{
text-decoration: underline;
}
.bottom-cloud{
position:absolute;
left: 280px;
bottom: 300px;
}
.top-cloud{
position: absolute;
right: 300px;
top:60px;
}
h3{
color:#66bfbf;
}
.skill-row{
width: 50%;
margin:100px auto;
text-align: left;
}
p{
line-height: 2;
}
.intro{
width:30%;
margin:auto;
}
.photo1{
width:20%;
float:left;
margin-right: 10px;
}
.part{
float:right;
}
.middle{
margin:100px 0;
}
.best{
width:10rem;
}
hr{
border:dotted #66bfbf 6px;
border-bottom: none;
width: 5%;
margin:50px auto;
}
.contact{
width:40%;
margin:40px auto;
}
.btn {
background: #3498db;
background-image: linear-gradient(to bottom, #11cdd4, #11999e);
border-radius: 7px;
font-family: "Montserrat",sans-serif;
color: #ffffff;
font-size: 20px;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
.btn:hover{
background: #3cb0fd;
background-image: linear-gradient(to bottom, #30e3cb, #2bc4ab);
text-decoration: none;
}
.bottom{
background-color: #66BFBF;
padding:25px 0;
}
a{
color: #ffffff;
text-decoration: none;
margin: 10px 20px;
font-family: "Montserrat",sans-serif;
}
a:hover{
color:#2bc4ab;
}
.copy{
color: #eaf6f6;
font-size: 0.75rem;
padding:10px 0;
}