-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstles.css
More file actions
163 lines (143 loc) · 3.53 KB
/
stles.css
File metadata and controls
163 lines (143 loc) · 3.53 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
h1 {
margin-top: 50px;
/* width: 10%;*/
margin: 50px auto 0px auto;
font-size: 5.625rem;
color: #66BFBF;
line-height: 1;
font-family: cursive;
}
body {
margin: 0px;
text-align: center;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 200%;
color: #40514E;
}
.top-container {
background-color: #E4F9F5;
position: relative;
padding-top: 100px;
}
h2 {
color: #66BFBF;
font-size: 2.5rem;
font-weight: normal;
padding-bottom: 10px;
}
h3 {
color: #11999E;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.middle-container {
margin: 100px 0px;
}
.bottom-container {
background-color: #66BFBF;
padding: 50px 0px 20px;
}
.bottom-cloud {
position: absolute;
left: 300px;
bottom: 300px;
}
a {
color: #11999E;
font-family: 'Times New Roman', Times, serif;
margin: 10px 20px;
text-decoration: none;
}
a:hover {
color: #EAF6F6;
}
.textt {
width: 40%;
margin: 100px auto 100px auto;
}
.top-cloud {
position: absolute;
right: 300px;
top: 30px;
}
.mypic {
border-radius: 50%;
}
.skill {
width: 50%;
border-radius: 50%;
float: left;
margin-right: 30px;
line-height: 2;
}
.paiting {
width: 45%;
border-radius: 50%;
float: right;
margin-left: 30px;
}
.skill-row {
width: 50%;
margin: 100px auto 100px auto;
text-align: left;
}
hr {
/* background-color: white;
border-style: none;
border-top-style: dotted;
border-color: gray;
border-width: 6px;
height: 0px;
width: 5%;*/
border: dotted #EAF6F6 6px;
border-bottom: none;
width: 4%;
margin: 100px auto;
}
.ll {
color: #EAF6F6;
font-size: 0.75rem;
}
.btn {
-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
box-shadow: 0px 1px 0px 0px #f0f7fa;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
background: -moz-linear-gradient( center top, #33bdef 5%, #019ad2 100%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2');
background-color: #33bdef;
-webkit-border-top-left-radius: 6px;
-moz-border-radius-topleft: 6px;
border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topright: 6px;
border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomright: 6px;
border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-left-radius: 6px;
text-indent: 0;
border: 1px solid #057fd0;
display: inline-block;
color: #ffffff;
font-family: arial;
font-size: 18px;
font-weight: bold;
font-style: normal;
height: 50px;
line-height: 50px;
width: 140px;
text-decoration: none;
text-align: center;
}
.btn:hover {
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
background: -moz-linear-gradient( center top, #019ad2 5%, #33bdef 100%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef');
background-color: #019ad2;
}
.btn:active {
position: relative;
top: 1px;
}