-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
55 lines (45 loc) · 720 Bytes
/
styles.css
File metadata and controls
55 lines (45 loc) · 720 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
@font-face {
font-family: "Industry-Bold";
src: url("webFonts/Industry-Bold/font.woff2") format("woff2"), url("webFonts/Industry-Bold/font.woff") format("woff");
}
body {
width: 100vw;
height: 100vh;
margin: 0;
overflow: hidden;
}
body,h1,h2,h3,h4,h5
{
font-family: Monospace;
}
footer
{
color: #777777;
}
body
{
font-size: 16px;
}
img
{
margin-bottom: -8px;
}
/*.w3-button
{
margin-bottom: 20px;
}*/
a.main-nav-btn
{
text-decoration: none;
opacity: 0.75;
}
a.main-nav-btn:hover
{
font-weight: bold;
opacity: 1.0;
}
#nav-btn-1{color: #08F7FE;}
#nav-btn-2{color: #09FBD3;}
#nav-btn-3{color: #FE53BB;}
#nav-btn-4{color: #F5D300;}
#icarus-txt{font-family: Industry-Bold; font-size: 14px;}