-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
139 lines (130 loc) · 2.68 KB
/
styles.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
body{
text-align: center;
padding: -55px;
margin: 0;
margin-top: 0;
}
.top-cloud{
position:absolute;
top:100px;
left:800px;
}
.bottom-cloud{
position: absolute;
top: 460px;
}
h1{
color: #66BFBF;
margin-top: 0;
font-family: 'Sacramento', cursive;
padding-top:160px;
line-height: 2;
font-size: 562.5%;
}
h2{
color: #11999E;
font-family:'KoHo', sans-serif;
position: relative;
}
h3{
color: #11999E;
font-family: 'KoHo', sans-serif;
}
.top-container{
background-color: #EAF6F6;
}
.footer-link{
color: #11999E;
}
.skill-row{
width: 50%;
margin: auto;
margin-bottom:100px;
margin-top: 100px;
text-align: left;
}
.skill-img{
width: 25%;
float: left;
margin-right: 50px;
margin-bottom: 50px;
}
.java-img{
width: 20%;
float: right;
}
hr{
height: auto;
border: dotted;
border-color: #EAF6F6;
border-width: 5px;
border-bottom: 5px;
margin-right:40%;
margin-left:40%
}
p{
color: #40514E;
}
.footer-link1{
margin-right: 60px;
color: #333333;
font-weight: bold;
text-decoration: none;
font-family: 'Montserrat', sans-serif;
}
.footer-link2{
margin-right: 60px;
color:#333333;
font-weight: bold;
text-decoration: none;
font-family: 'Montserrat', sans-serif;
}
.footer-link3{
color: #333333;
font-weight: bold;
text-decoration: none;
font-family: 'Montserrat', sans-serif;;
}
.bottom-container{
background-color: #66BFBF;
margin-top: 50px;
padding-top: 60px;
padding-bottom: 60px;
}
.btn {
background: #11CDD4;
background-image: -webkit-linear-gradient(top, #11CDD4, #11999E);
background-image: -moz-linear-gradient(top, #11CDD4, #11999E);
background-image: -ms-linear-gradient(top, #11CDD4, #11999E);
background-image: -o-linear-gradient(top, #11CDD4, #11999E);
background-image: -webkit-gradient(to bottom, #11CDD4, #11999E);
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
height: 0;
line-height: 0;
color: #FFFFFF;
font-family: 'Dosis', sans-serif;
width: 149px;
font-size: 20px;
font-weight: 300;
padding: 27px;
border: solid #66BFBF 0;
text-decoration: none;
display: inline-block;
cursor: pointer;
text-align: center;
}
.btn:hover {
border: solid #337FED 1px;
background: #30E3CB;
background-image: -webkit-linear-gradient(top, #30E3CB, #2BC4AD);
background-image: -moz-linear-gradient(top, #30E3CB, #2BC4AD);
background-image: -ms-linear-gradient(top, #30E3CB, #2BC4AD);
background-image: -o-linear-gradient(top, #30E3CB, #2BC4AD);
background-image: -webkit-gradient(to bottom, #30E3CB, #2BC4AD);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
text-decoration: none;
}