-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
68 lines (58 loc) · 974 Bytes
/
Copy pathstyle.css
File metadata and controls
68 lines (58 loc) · 974 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
body {
font-family: arial, sans-serif;
background-color: #ABF8FF;
}
header > h1 {
font-size: 60px;
margin-bottom: -5px;
margin-top: -5px;
margin-left: 20px;
}
.quiz {
width: 17%;
margin-left: 47px;
color: black;
font-weight: bold;
font-size: 20px;
}
h1, h2, h3 {
color: navy;
}
header {
width: 100%;
background-image: url("../img/headerbg.jpg");
background-size: 100%;
border: navy solid 6px;
}
.profile {
height: 200px;
width: 200px;
border-radius: 20%;
border: solid navy 5px;
margin-left: 50px;
margin-bottom: -10px;
}
#content {
float: left;
width: 75%;
}
#dance {
height: 150px;
width: 150px;
}
#spock {
height: 150px;
width: 150px;
}
#content {
margin: auto 70px;
position: relative;
}
aside {
float: right;
width: 25%;
background-color: cyan;
border: 3px blue solid;
border-radius: 15px;
margin-top: -650px;
}