-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
106 lines (103 loc) · 2.44 KB
/
style.css
File metadata and controls
106 lines (103 loc) · 2.44 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
div{
background-color: #E4F9F5;
}
body{
margin: 0;
text-align: center;
font-family: 'Merriweather', serif;
color: #40514E;
}
h1{
font-family: 'Sacramento', cursive;
margin:50px auto 0 auto;
font-size: 90px;
color: #66BFBF;
}
h2{
font-size: 2.5em;
color: #66BFBF;
font-weight: normal;
padding-bottom: 10px;
}
h3{
color:#66BFBF;
font-family:'Montserrat' ,sans-serif;
}
.topcontainer{
position: relative;
padding-top: 100px;
}
.middlecontainer{
margin: 100px 0;
}
.bottomcontainer{
}
hr{
width: 10%;
}
.topcloud{
position: absolute;
right:300px;
top: 50px;
}
.skillsimg{
width: 25%;
height:25%;
float: left;
margin-right: 30px;
}
#rightimg{
float: right;
}
.bottomcloud{
position: absolute;
left: 300px;
bottom: 300px;
}
.skill-row{
width:50%;
margin:100px auto 100px auto;
text-align: left;
line-height: 2;
}
.contact-me{
line-height: 2;
}
.BUTTON_IPL{
background: #3D94F6;
background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
background-image: linear-gradient(to bottom, #3D94F6, #1E62D0);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
color: #FFFFFF;
font-family: Open Sans;
font-size: 40px;
font-weight: 100;
padding: 40px;
box-shadow: 1px 1px 20px 0px #000000;
-webkit-box-shadow: 1px 1px 20px 0px #000000;
-moz-box-shadow: 1px 1px 20px 0px #000000;
text-shadow: 1px 1px 20px #000000;
border: solid #337FED 1px;
text-decoration: none;
display: inline-block;
cursor: pointer;
text-align: center;
}
.BUTTON_IPL:hover{
border: solid #337FED 1px;
background: #1E62D0;
background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
background-image: linear-gradient(to bottom, #1E62D0, #3D94F6);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
text-decoration: none;
}