-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyle.css
More file actions
132 lines (130 loc) · 2.8 KB
/
Style.css
File metadata and controls
132 lines (130 loc) · 2.8 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
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
body{
margin: 0;
font-family: 'Merriweather', serif;
text-align: center;
}
.chillies{
width: 25%;
float: right;
margin-left: 30px;
}
.computer{
width: 25%;
float: left; /* means left margin is floated and wraped around the image */
margin-right: 30px;
}
.aditya_img{
width: 18%;
margin-top: 50px;
}
/* .computer_image_description{
clear: left; /* means left margin se description vale ko remove kara hai */
/*}
.chillies_image_description{
clear: right;
} */
hr{
border-style: none;
border-top-style: dotted;
border-color: #EAF6F6;
border-width: 8px;
width: 5%;
margin-top: 70px;
margin-bottom: 70px;
}
h1{
margin : 50px auto 0 auto;
font-family: 'Sacramento', cursive;
font-size: 5.625rem;
line-height: 2;
color: #66BFBF;
}
h3{
font-family: 'Montserrat', sans-serif;
font-size: 1.34rem;
color: #11999E;
}
h2{
font-family: 'Montserrat', sans-serif;
color: #66BFBF;
font-size: 40px;
}
.top-container{
background-color: #EAF6F6;
position: relative;
padding-top: 100px;
}
.top-cloud{
position: absolute;
right: 300px;
top: 50px;
}
.bottom-cloud{
position: absolute;
left: 300px;
}
.middle-container{
}
.bottom-container{
background-color: #66BFBF;
margin-top:50px;
padding: 50px 0 50px 0;
}
.skill-row{
text-align: left;
line-height: 2;
margin: 100px auto 100px auto;
width: 50%;
}
.contact-me{
width: 40%;
margin: 30px auto 35px;
line-height: 30px;
}
.contact-msg{
margin: 30px auto 30px;
}
.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: linear-gradient(to bottom, #11cdd4, #11999e);
-webkit-border-radius: 8;
-moz-border-radius: 8;
border-radius: 8px;
font-family: 'Montserrat', sans-serif;
color: #ffffff;
font-size: 20px;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
.btn:hover {
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: linear-gradient(to bottom, #30e3cb, #2bc4ad);
text-decoration: none;
}
.footer-link{
color: #11999E;
text-decoration: none;
margin-left: 18px;
margin-right: 18px;
}
.footer-link:hover{
color: #EAF6F6;
}
.copyright{
color: #EAF6F6;
font-size: 0.75rem;
margin : 40px 0 10px 0;
}
.lefttext{
position: absolute;
top: 16px;
left: 8px;
}