-
Notifications
You must be signed in to change notification settings - Fork 40
/
styles.css
70 lines (58 loc) · 903 Bytes
/
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
p {
color: black;
width: 400px;
float:left;
}
p.nearimage {
color: black;
width: 270px;
float:left;
}
#profilepic {
float:left;
width: 130px;
padding: 15px;
}
html {
background-color: #6E86D6;
}
body {
width: 500px;
height: 1300px;
margin: 0 auto;
background-color: #D3D3D3;
padding: 0 20px 20px 20px;
border: 5px solid black;
margin-top:25px;
}
h1 {
margin: 0;
padding: 20px 0;
color: #00539F;
}
h1#title {
color:green;
}
.quote{
background: #D3D3D3;
border-left: 10px solid #6E86D6;
margin: 1.5em 10px;
padding: 0.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
color: gray;
}
#mainQuote {
color: gray;
font-weight: bold;
}
#mainQuote:before {
color: #6E86D6;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
#mainQuote p {
display: inline;
}