-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
75 lines (61 loc) · 1006 Bytes
/
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
body{
margin: 0;
text-align: center;
font-family: 'Merriweather', serif;
}
h1{
color: #66BFBF;
font-size: 5.625rem;
line-height: 2;
margin: 50px auto 0 auto;
font-family: 'Sacramento', cursive;
}
h2 {
color: #66BFBF;
font-family: 'Montserrat',sans-serif;
font-size: 2.5rem;
font-weight: normal;
}
h3 {
color: #11999E;
font-family: 'Montserrat',sans-serif;
}
.top-container {
background-color: #E4F9F5;
position: relative;
padding-top: 100px;
}
.middle-container {
}
.bottom-container {
}
.skill {
width: 100%;
margin: 100px auto 100px auto;
text-align: left;
line-height: 2;
}
.skill-row {
width: 50%;
margin: 100px auto 100px auto;
text-align: left;
line-height: 2;
}
.top-cloud {
position: absolute;
right: 300px;
top: 50px;
}
.bottom-cloud {
position: absolute;
left: 300px;
bottom: 300px;
}
.fav-img {
width: 25%;
float: left;
}
.skill-img {
width: 25%;
float: left;
}