-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscene.css
More file actions
41 lines (35 loc) · 924 Bytes
/
scene.css
File metadata and controls
41 lines (35 loc) · 924 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
/* Style taken from: https://typespiration.com/clean-slate */
h1 { color: #333333; font-family: 'Georgia', serif; font-size: 50px; font-weight: normal; line-height: 54px; margin: 0 0 14px; }
p { color: #333333; font-family: Georgia, serif; font-size: 18px; line-height: 28px; margin: 0 100 0px; }
p:first-of-type { font-size: 26px; line-height: 36px; margin: 0 0 0; text-align: center;}
a {
text-decoration: none;
display: inline-block;
padding: 8px 16px;
font-family: 'Georgia', serif;
font-size: 26px;
}
a:hover {
background-color: #ddd;
color: black;
}
text { color: #333333; font-family: Georgia, serif; font-size: 14px; }
.previous {
background-color: #f1f1f1;
color: black;
}
.next {
background-color: #046DAA;
color: white;
}
h1 {text-align: center;}
circle {stroke: black;}
.center {
display: flex;
justify-content: space-around;
}
footer{
position:fixed;
bottom:0;
left:0;
}