-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
73 lines (61 loc) · 1007 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
71
72
73
body {
font-family: "Lucida Sans", sans-serif;
margin: 2rem;
font-size: 1rem;
}
h1,
h2 {
text-align: center;
}
h1 {
margin: 0 auto;
}
p {
text-indent: 15px;
padding: 1rem 0.5rem;
margin: 0 auto;
}
#main {
background-color: rgba(226, 241, 241, 0.486);
border-radius: 0.4rem;
padding: 1rem 1rem;
}
img {
display: block;
width: 90%;
height: auto;
margin: 0 auto;
}
ul {
margin: 0 20% 0 20%;
padding-inline: 0;
}
blockquote {
font-style: italic;
font-weight: lighter;
font-size: 0.9rem;
}
figcaption {
text-align: right;
}
#img-div {
background-color: rgb(255, 255, 255);
}
.centered {
text-align: center;
}
.footer {
font-size: smaller;
}
/* On screens that are 992px or more increase img and font sizes */
@media screen and (min-width: 992px) {
/* Didn't find better quality img for that */
img {
max-width: 1000px;
}
blockquote {
border: solid #fa807281 1px;
font-size: 1.1rem;
}
}
/* test changes and git commit practice */