-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
65 lines (53 loc) · 935 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
body{
margin: 0;
color: #40514E;
text-align: center;
font-family: verdana, sans-serif;
font-family: 'Merriweather', serif;
}
h1{
margin: 50px auto 0 auto;
font-size: 5.625em;
font-family: 'Sacramento', cursive;
color: #66BFBF;
line-height: 2;
padding-bottom: 10px;
}
h2{
font-family: 'Montserrat', sans-serif;
font-size: 2.5rem;
color: #66BFBF;
font-weight: normal;
}
h3{
font-family: 'Montserrat', sans-serif;
color: #11999E;
}
.TopContainer{
background-color: #E4F9F5;
position: relative;
padding-top: 100px;
}
.MiddleContainer{
margin: 100px 0;
}
.BottomContainer{
}
.intro{
}
.skill-row{
margin: 100px auto 100px auto;
text-align: left;
line-height: 2;
width: 50%;
}
.bottomcloud{
position: absolute;
bottom: 300px;
left: 300px;
}
.topcloud{
position: absolute;
right: 300px;
top: 50px;
}