-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
47 lines (40 loc) · 669 Bytes
/
main.css
File metadata and controls
47 lines (40 loc) · 669 Bytes
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
* {
font-family: 'Slabo 27px', serif;
font-family: 'Oxygen', sans-serif;
font-family: 'Quicksand', sans-serif;
}
h1 {
color: #99ddff;
font-size: 40px;
}
h2 {
color: #39e600;
}
body {
background-image: url('bg.jpg');
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover
}
.about {
width: 400px;
margin-top: -30px;
margin-left: auto;
margin-right: auto;
text-align: center;
text-shadow: 1px 2px black;
padding: 60px;
color: #fff;
}
p {
padding: 11px;
font-size: 15px;
}
.bio {
}
.me {
height: 200px;
border-radius: 100%;
border: 10px double #99ddff;
}