-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
114 lines (96 loc) · 1.59 KB
/
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
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
body {
margin: 0;
text-align: center;
font-family: 'Merriweather', serif;
}
hr {
border-top: 7px dotted grey;
width: 60px;
}
h1 {
font-size: 5.625rem;
margin: 50px auto 0 auto;
font-family: 'Sacramento', cursive;
color: #99ddcc;
}
h2 {
font-family: 'Montserrat', sans-serif;
font-size: 2.5rem;
font-weight: normal;
color: #99ddcc;
}
h3 {
font-family: 'Montserrat', sans-serif;
color: #bad7df;
}
.copy-right-text{
color: white;
}
.bottom-container {
background-color: #bad7df;
height: 150px;
}
.top-container {
background-color: #f6f6f6;
position: relative;
padding-top: 100px;
}
.bottom-cloud {
position: absolute;
left: 300px;
bottom: 300px;
}
.camera-image {
width: 25%;
float: right;
margin-left: 30px;
}
.ellie-image {
width: 15%;
margin-top: 50px;
}
.top-cloud {
position: absolute;
right: 300px;
top: 50px;
}
.yoga-image {
width: 35%;
float: left;
margin-right: 30px;
}
.footer-link {
color: #11999E;
padding: 30px;
text-decoration: none;
}
.btn {
color: white;
background: #99ddcc;
border: 0;
border-radius: 25px;
width: 150px;
height: 50px;
margin-bottom: 30px;
}
.about-me-paragraph {
width: 40%;
margin: auto auto 40px auto;
}
.contact-me-paragraph{
width: 45%;
margin: auto auto 20px auto;
}
.footer-text{
padding-top: 50px;
margin:auto;
}
.skill-row {
width: 50%;
margin: 100px auto 100px auto;
text-align: left;
line-height: 2;
}
.copy-right-text{
font-size: 12px;
}