-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
88 lines (82 loc) · 1.43 KB
/
styles.css
File metadata and controls
88 lines (82 loc) · 1.43 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
* {
padding: 0;
margin: 0;
}
h1 {
font-family: Lucida;
font-size: 65px;
padding: 20px;
text-align: center;
}
h3 {
font-family: Lucida;
font-size: 20px;
background-color: #13151f;
margin: 10px;
padding: 10px;
border-radius: 10px;
}
body {
background-color: #03050f;
color: white;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
text-align: center;
}
.img-container {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
margin: auto;
padding: 30px;
background-color: lavenderblush;
}
.drthomas-img {
object-fit: contain;
border-radius: 10px;
max-width: 100%;
border-radius: 10px;
display: block;
height: auto;
margin: auto;
}
.caption {
font-family: Lucida;
padding-top: 5px;
color: #0f0d0d;
}
.life {
text-align: left;
font-family: Lucida;
font-size: 20px;
background-color: #13151f;
margin: 10px auto;
padding: 30px 70px;
max-width: 600px;
}
span {
color: #99f;
font-weight: bold;
}
.life-header {
text-align: center;
font-size: 20px;
font-family: Lucida;
padding: 30px;
}
.bold {
font-weight: bold;
}
li {
margin: 20px;
}
.quote {
margin: 30px 30px 5px;
font-style: italic;
}
.quote-author {
text-indent: 30px;
}
a{
color: #99f;
}