-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
74 lines (66 loc) · 969 Bytes
/
style.css
File metadata and controls
74 lines (66 loc) · 969 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
69
70
71
72
73
74
body {
margin-left: 10%;
margin-right: 10%;
background-color: #0F0000;
color: #978283;
}
.container {
background-color: #0F0000;
padding: 2%;
}
.heading {
background-color: #050000;
}
.heading ul {
list-style: none;
width: 100%;
}
.heading li {
float: left;
padding: 1%;
}
.heading a {
display: block;
text-decoration: none;
color: #978283;
font-size: large;
font-family: 'Lobster', cursive;
}
.content {
margin: 0;
padding: 0;
}
img {
float: right;
width: 100%;
padding: 5%;
}
.left {
float: left;
width: 60%;
}
.right {
float: right;
width: 40%;
}
h3 {
font-size: x-large;
}
.intro h4 {
font-size: x-large;
font-family: 'Lobster', cursive;
}
p {
font-size: large;
font-family: 'Indie Flower', cursive;
}
.intro {
padding: 5%;
}
.intro span {
color: antiquewhite;
}
.content a {
text-decoration: none;
color: #974e4f;
}