-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
54 lines (54 loc) · 864 Bytes
/
styles.css
File metadata and controls
54 lines (54 loc) · 864 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
body{
font-family: Arial, Helvetica, sans-serif;
color: #333;
}
.tribute-page{
text-align: center;
background-color: #eee;
padding: 60px 30px 50px 30px;
border-radius: 10px;
margin: 40px 0;
}
.heading{
font-size: 60px;
margin-bottom: 30px;
}
.heading-text{
font-size: 24px;
}
.img-section{
background-color: white;
margin:0;
}
.img{
width:98%;
}
.img-caption{
font-size: 22px;
line-height: 170%;
padding: 15px 0;
}
.timeline-heading{
padding:50px 0;
}
.timeline{
max-width: 700px;
margin: 50px auto 0;
}
.timeline-list-item{
text-align: left;
font-size: 20px;
line-height: 170%;
margin: 20px;
}
.quote{
font-size: 20px;
line-height: 170%;
font-style:italic;
max-width: 700px;
margin: 0 auto;
text-align: left;
}
blockquote{
padding: 40px 0;
}