forked from sarahbawabe/cs1300-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
87 lines (73 loc) · 1.37 KB
/
index.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
/* Put your style information here! */
body {
padding: 40px;
}
p {
font-family: 'Lato', sans-serif;
color: #53900F;
font-size: 16px;
}
li {
font-family: 'Lato', sans-serif;
color: #53900F;
font-size: 16px;
}
.questions li {
font-family: 'Lato', sans-serif;
color: #173c17;
font-size: 16px;
}
h1 {
font-family: 'Lora', serif;
font-size: 40px;
color: #173c17;
font-weight: 900;
}
h2 {
font-family: 'Lora', serif;
font-size: 26px;
font-style: italic;
color: #173c17;
margin-top: 40px;
/* text-align: center; */
}
h3 {
font-family: 'Lato', sans-serif;
font-size: 20px;
font-style: italic;
color: cadetblue;
}
h4 {
font-family: 'Lato', sans-serif;
font-size: 16px;
font-style: italic;
color: #1f6521;
}
h5 {
font-family: 'Lato', sans-serif;
font-size: 14px;
font-style: italic;
color: #173c17;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
.questions {
margin: auto;
width: 50%;
border: 2px solid #1f6521;
font-family: 'Lora', serif;
font-size: 16px;
background-color: #D2E1C1;
display: block;
border-radius: 25px;
padding: 10px;
color: #173c17;
}
.user {
border: 2px solid cadetblue;
border-radius: 10px;
padding: 5px;
}