-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
95 lines (93 loc) · 1.63 KB
/
style.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
body{
color: #40514E;
margin:0;
text-align: center;
font-family: 'Merriweather',serif;
}
h1{
color: #66BFBF;
font-size: 5.625rem;
line-height: 2;
margin-top: 50px auto 0 auto;
font-family: 'Sacramento',cursive;
}
h2{
color: #66BFBF;
font-family: 'Montserrat',sans-serif;
font-size: 2.5rem;
font-weight: normal;
padding: 10px;
}
h3{
color: #11999E;
font-family: 'Montserrat',sans-serif;
}
hr{
border: dotted #EAF6F6 6px;
border-bottom: none;
width: 4%;
margin: 100px auto;
}
a:hover{
color: #EAF6F6;
}
.top-container{
background-color: #E4F9F5;
position: relative;
padding-top: 100px;
}
.middle-container{
/* background-color: #BCEAD5;*/
margin: 100px 0;
}
.aman-img{
height: 10%;;
width: 25%;
}
.contact-img{
/*background-color: #8EC3B0;*/
height: 10%;;
width: 10%;
}
.contact-me{
width: 40%;
margin: 40px auto 60px;
line-height: 2;
}
.bottom-container{
background-color: #4FA095;
padding: 50px 0 20px;
}
.skills{
/* background-color: #9ED5C5;*/
width: 50%;
margin: 100px auto 100px auto;
text-align: left;
line-height: 2;
}
.skills-row{
float: left;
}
.pro{
text-decoration: underline;
}
.intro{
width: 30%;
margin: auto;
line-height: 2;
}
.copyright{
color: #EAF6F6;
font-size: 0.75rem;
padding: 20px 0;
}
.top-cloud{
position: absolute;
right: 300px;
top: 40px;
}
.bottom-cloud{
position: absolute;
left: 250px;
bottom: 300px;
}