-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
48 lines (48 loc) · 849 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
body {
background-color: linen;
margin: 8px;
padding: 25px 80px;
display: block;
line-height: 1.5em;
font-size: 16px;
font-family: 'Lora', serif;
}
#mainHeading {
color: red;
text-align: center;
display: block;
}
#author {
color: dimgray;
text-align: center;
border: 3px solid darkslateblue;
border-radius: 10px;
margin: auto;
width: 40%;
padding: 10px;
}
#big-coins {
margin-left: 10%;
}
#testP {
font-family: 'Merriweather', serif;
}
.funParagraph {
color: green;
}
.coin-table {
margin-left: 10%;
/* width: 60%; */
/* padding: 5px; */
}
.main-photo {
margin-left: 10%;
border: 5px ridge burlywood;
}
.photo {
border: 5px ridge burlywood;
display: inline;
}
.caption {
margin-left: 10%;
}