-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstyle.css
More file actions
68 lines (60 loc) · 1 KB
/
style.css
File metadata and controls
68 lines (60 loc) · 1 KB
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 {
margin: 30px;
padding: 20px;
border: solid;
border-color: white;
background: #E0FFFF;
}
p {
color: black;
font-weight: bold;
font-size: x-large;
text-align: justify;
font-family: sans-serif;
}
h1 {
color: #DC143C;
font-family: Verdana;
font-style: italic;
text-align: center;
}
aside {
background-color: yellow;
font-size: x-large;
color: #191970;
font-weight: bolder;
float: right;
}
strong {
font-variant: normal;
}
h3 {
color: #F4A460;
font-family: Verdana;
font-style: italic;
text-align: left;
}
h2 {
color: #F4A460;
font-family: Verdana;
font-style: italic;
text-align: left;
}
a {
text-decoration:none;
color: #A52A2A;
}
i {
color: #0000CD;
font-size: larger;
font-family: Georgia;
}
span {
font-style: italic;
}
header {
background-image: url(https://s-media-cache-ak0.pinimg.com/736x/9d/02/5f/9d025fc46e32cdc2a5533c69e6ef8851.jpg);
background-repeat: no-repeat;
background-position: right;
background-size: 200px, 200px;
}