-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
54 lines (53 loc) · 822 Bytes
/
styles.css
File metadata and controls
54 lines (53 loc) · 822 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
h1,p {
font-family: "Roboto", sans-serif;
}
.title{
text-align:center;
}
.title > h1{
margin-bottom: -5px;
padding-bottom: 0px;
}
img, image{
max-width:100%;
height: auto;
margin-right: auto;
margin-left: auto;
display: block;
}
.img-caption{
display: flex;
justify-content: center;
}
.signature{
display: block;
margin-right: auto;
margin-left: auto;
}
.date{
font-weight: 900;
}
.quote{
text-align: center;
font-size: 18px;
padding-top : 10px;
}
.tribute-link{
text-align: center;
font-size: 16px;
font-weight: bold;
padding-top: 20px;
}
h2{
text-align: center;
font-size: 1.3em;
}
.bio p{
font-size: 0.9em;
}
#main {
margin: 30px 8px;
padding: 15px;
border-radius: 5px;
background-color: #F0EAD6;
}