-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
129 lines (121 loc) · 2.46 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
body{
color: #40514E;
margin :0;
text-align:center;
/*font-family: cursive, monospace;*/
font-family: 'Agency FB', sans-serif;
}
h1{
/*
color: #66BFBF;*/
color:#11999E;
font-size: 45px;
margin-top:0;
font-family: 'Sacramento';
}
h2{
color: #66BFBF;
font-family: 'Sacramento', cursive;
font-family: 'Agency FB', sans-serif;
padding-bottom:10PX;
}
h3{
color:#11999E;
font-family: 'Sacramento',cursive;
font-family: 'Agency FB', sans-serif;
}
p{
line-height:1;
}
hr{
border: dotted #EAF6f6 4px;
border-bottom: none;
width: 4%;
margin: 30px auto;
}
a{
color: #11999E;
margin: 10px 20px;
text-decoration: none;
}
a:hover{
color: #EAF6f6;
}
.top-container{
background-color: #E4f9f5;
position: relative;
padding-top: 80px;
}
.middle-container{
margin: 100px 0;
}
.bottom-container{
background-color: #66BFBF;
padding: 20px 0px 10px;
}
.skill-row{
width: 50%;
margin: 100px auto 100px auto;
text-align: left;
line-height: 1;
}
.pro{
text-decoration: underline;
}
.intro{
width: 30%;
margin: auto;
}
.contact-message{
width: 40%;
margin: 40px auto 60px;
}
.copyright{
color:#EAf6f6;
font-size: 0.75rem;
}
.top-cloud{
position: absolute;
right: 300px;
top: 40px;
}
.bottom-cloud {
position: absolute;
left: 250px;
bottom: 300px;
}
.code-img{
width: 12%;
float: left;
margin-right: 30px;
}
.chillies-img{
width: 12%;
float: right;
margin-left: 30px;
}
.btn {
background: #3498db;
background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
background-image: -moz-linear-gradient(top, #3498db, #2980b9);
background-image: -ms-linear-gradient(top, #3498db, #2980b9);
background-image: -o-linear-gradient(top, #3498db, #2980b9);
background-image: linear-gradient(to bottom, #3498db, #2980b9);
-webkit-border-radius: 8;
-moz-border-radius: 8;
border-radius: 8px;
font-family: Arial;
color: #ffffff;
font-size: 20px;
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;
}