-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
89 lines (69 loc) · 1.1 KB
/
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
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
88
89
body {
font-family: monospace;
font-size: 10pt;
background: #ccc;
padding: 0;
margin: 0;
}
html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
/* Set your content font stack here: */
font-family: monospace;
}
.g1, .g3 {
margin: 0;
padding: 0;
background: white;
}
div.first, div.second, div.third, div.fourth {
}
div.first, div.third {
background: white;
}
div.second, div.fourth {
background: #cccccc;
}
div.third {
height: 100vh;
padding: 0em 1em 0em 1em;
}
div.fourth {
margin-top: 8em;
}
.key {
text-transform: uppercase;
font-weight: bolder;
}
div.line {
text-transform: uppercase;
background: black;
text-align:center;
color:white;
}
/*
div.info {
margin-top:2em;
float:right;
width:20%;
margin-right: 82%;
}
*/
h1, h2, h3 {
text-transform: uppercase;
}
h1 {
text-align: center;
}
table {
width: 100%;
table-layout: fixed;
}
th {
text-align: left;
text-transform: uppercase;
font-weight: bold;
}
a {
text-decoration: underline;
color: black;
}