-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathc1.css
More file actions
122 lines (107 loc) · 1.71 KB
/
Copy pathc1.css
File metadata and controls
122 lines (107 loc) · 1.71 KB
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
122
body{
color: #40514E;
margin: 0px;
text-align: center;
font-family: 'Merriweather', serif;
}
h1{
font-size: 560%;
margin: 50px auto 0px auto;
font-family: 'Sacramento', cursive;
color: #66BFBF;
}
h2{
font-family: 'Montserrat', sans-serif;
font-size: 2.4rem;
color: #66BFBF;
font-weight: normal;
padding-bottom: 10px;
}
h3{
font-family: 'Montserrat', sans-serif;
color: #11999E;
}
p{
line-height: 2;
}
hr{
border: dotted #EAF6F6 6px;
border-bottom: none;
width: 4%;
margin: 100px auto;
}
.top-container{
background-color: #E4F9F5;
position: relative;
padding-top: 100px;
}
.middle-container{
margin: 100px 0;
}
.bottom-container{
background-color: #66BFBF;
color: #11999E;
padding: 50px 0 20px;
}
.bottom-cloud{
position: absolute;
left: 300px;
bottom: 300px;
}
.top-cloud{
position: absolute;
right: 300px;
top: 50px;
}
.skill-row{
width: 50%;
margin: 100px auto;
text-align: left;
line-height: 2;
}
.intro{
width: 30%;
margin: auto;
}
.engineer{
width: 25%;
float: left;
margin-right: 30px;
}
.game{
width: 25%;
float: right;
margin-left: 30px;
}
.last{
color: #EAF6F6;
}
.btn {
background-color:#11cdd4;
border-radius:8px;
border:1px solid #18ab29;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family: 'Montserrat', sans-serif;
font-size:20px;
padding:16px 31px;
text-decoration:none;
text-shadow:0px 1px 0px #2f6627;
}
.btn:hover {
background-color:#30e3cb;
}
.btn:active {
position:relative;
top:1px;
}
a{
color: #11999E;
font-family: 'Montserrat', sans-serif;
margin: 10px 20px;
text-decoration: none;
}
a:hover{
color: #EAF6F6;
}