-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
134 lines (126 loc) · 2.56 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
body{
margin: 0;
text-align: center;
font-family: 'Merriweather', serif;
}
h1{
font-size: 90px;
color: #66BFBF;
margin: auto 10px auto 0;
font-family: 'Sacramento', cursive;
line-height: 2;
}
h2{
font-family: 'Montserrat', sans-serif;
color: #66BFBF;
margin: auto 0 auto 0;
font-weight: normal;
}
h3{
font-family: 'Montserrat', sans-serif;
color: #66BFBF;
}
p{
line-height: 2;
}
a{
text-decoration: none;
}
a:hover{
color: #EAF6F6;
}
.footer-link{
color:#11999E;
padding: 20px 20px 20px 20px;
}
hr{
border-top: 10px dotted #EAF6F6;
width: 10%;
border-bottom: none;
margin: 100px auto;
}
.top{
background-color: #CBF1F5;
position: relative;
padding-top: 80px;
padding-bottom: 0;
}
.top-cloud{
position: absolute;
top:50px;
right:300px;
}
.bottom-cloud{
position: absolute;
bottom: 300px;
left: 300px;
}
.mountain{
margin-bottom: 0;
}
.profile{
width: 30%;
margin: 100px auto;
}
.timg{
width: 70%;
margin: 20px auto;
}
.skill-row{
text-align: left;
width: 50%;
margin: 100px auto 100px auto;
}
.code-img{
width: 25%;
float: left;
margin-right: 30px;
}
.chillies-img{
width: 25%;
float: right;
margin-left: 30px;
}
.contact-me{
text-align: center;
width: 50%;
margin: 100px auto 100px auto;
line-height: 2;
}
.bottom{
background-color: #66BFBF;
padding: 2rem 0 2rem 0;
}
.button{
margin: 50px auto 50px auto;
}
.btn {
background: #3498db;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #11cdd4), color-stop(1, #2980b9) );
background: -moz-linear-gradient( center top, #11cdd4 5%, #11999e 100% );
background: -ms-linear-gradient( center top, #11cdd4 5%, #11999e 100% );
background: -o-linear-gradient( center top, #11cdd4 5%, #11999e 100% );
background: -webkit-linear-gradient( center top, #11cdd4 5%, #11999e 100% );
-webkit-border-radius: 10;
-moz-border-radius: 10;
border-radius: 10px;
font-family: Arial;
color: #ffffff;
font-size: 20px;
padding: 10px 20px 10px 20px;
text-decoration: none;
border-width: 0;
}
.btn:hover {
background: #3cb0fd;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #30e3cb), color-stop(1, #2bc4ad) );
background: -moz-linear-gradient( center top, #30e3cb 5%, #2bc4ad 100% );
background: -ms-linear-gradient( center top, #30e3cb 5%, #2bc4ad 100% );
background: -o-linear-gradient( center top, #30e3cb 5%, #2bc4ad 100% );
background: -webkit-linear-gradient( center top, #30e3cb 5%, #2bc4ad 100% );
text-decoration: none;
}
.credits{
color: #EAF6F6;
margin: 2rem auto 0 auto;
}