-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
47 lines (42 loc) · 991 Bytes
/
style.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
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@font-face {
font-family: nasa-font;
src: url(nasalization-rg.otf);
}
html, body{background-color: #B29C74;
margin-left:auto; font-family: 'Roboto', sans-serif;
margin-right:auto; max-width: 8000pt; min-width: 192pt;
padding-top: 6pt;
padding-bottom: 18pt;
padding-left: 18pt;
padding-right:18pt;
}
nav ul {
font-family: 'nasa-font';
list-style-type:none;
background-color:#db7923;
border: 2px solid #111111;
border-radius: 10px;
font-weight:bold;
padding:16px;
}
nav ul li {
display:inline;
border-right: 2px solid #111111;
padding-right: 8px;
padding-left: 8px;
}
nav ul li:last-child{
border-right:none;}
nav ul li a {
text-decoration: none;
color: #111111;}
nav ul li.selected{
color:#292929;
}
p.fact {
border:4px #00AFEB;
border-radius:10px;
padding:16px;
background-color:#C5EBFB;
}