-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
169 lines (153 loc) · 3.03 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
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
164
165
166
167
168
169
body{
margin: 0;
padding: 0;
text-align: center;
font-family: 'Merriweather', serif;
background-color: #04293A;
color: whitesmoke;
}
.top{
background: color #e4f9f5;
position: relative;
}
.middle-container{
background-color: #041C32;
padding: 20px 0 0 0;
}
.bottom_cloud{
position: absolute;
left: 300px;
bottom: 300px;
}
.top_cloud{
position: absolute;
right: 300px;
top: 50px;
}
h1{
margin: 50px auto 0px auto;
font-family: 'Sacramento', cursive;
font-size: 3rem;
color: yellow;
}
h2{
padding-bottom: 10px;
font-weight: normal;
color: yellow;
font-family: 'Montserrat', sans-serif
}
h3{
text-align: left;
color: #11999E;
font-family: 'Montserrat', sans-serif;
}
.ppic{
width: 20%;
border: 5px solid rgb(142, 250, 1);
border-radius: 169px;
margin: 0 0 21px 0;
}
.gifc{
border: 2px solid yellow;
border-radius: 74px;
float: right;
margin: auto auto auto 30px;
}
.hlo{
border: 2px solid yellow;
border-radius: 36px;
margin: 0 0 20px 0;
}
.tmkoc{
border: 2px solid yellow;
border-radius: 32px;
float: left;
margin: auto 30px auto auto;
}
.cntct{
border: 2px solid yellow;
border-radius: 32px;
}
.btn1{
color: black;
background-color: chocolate;
}
.ml{
color: yellow;
cursor: pointer;
}
.ml:hover{
color: blueviolet;
}
.footer-link{
font-family: 'Montserrat', sans-serif;
color: yellow;
cursor: pointer;
margin: 10px 20px;
text-decoration: none;
}
.footer-link:hover{
color: blueviolet;
}
.pra{
font-size: 1.5rem;
color: yellow;
}
.skill-row{
width: 50%;
margin: 0 auto 0 auto;
line-height: 2;
}
.mountain{
padding-top: 0px;
}
.intro{
width: 30%;
margin: auto;
}
p{
line-height: 2;
}
.footerlast{
text-align: center;
}
hr{
border: dotted yellow 2px;
border-bottom: none;
margin: 100px auto;
}
.copyright{
font-size: 0.7rem;
padding: 20px 0;
}
.btn {
background: #e7fc00;
background-image: -webkit-linear-gradient(top, #e7fc00, #2980b9);
background-image: -moz-linear-gradient(top, #e7fc00, #2980b9);
background-image: -ms-linear-gradient(top, #e7fc00, #2980b9);
background-image: -o-linear-gradient(top, #e7fc00, #2980b9);
background-image: linear-gradient(to bottom, #e7fc00, #2980b9);
-webkit-border-radius: 28;
-moz-border-radius: 28;
border-radius: 28px;
font-family: Arial;
color: #ffffff;
font-size: 17px;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
.btn:hover {
background: #3cb0fd;
background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
text-decoration: none;
}
.skl1{
margin-bottom: 50px;
}
.contact-me{
margin: 0 0 36px 0;
}