-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
60 lines (52 loc) · 1020 Bytes
/
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
HTML {
font-family: 'Fira Mono', 'Courier New', Courier, monospace;
color: #555;
}
BODY {
margin: 0;
background-color: #fff;
background-image: url("barcode.png");
background-repeat: repeat;
padding: 0;
}
.banner {
position: fixed;
top: 33%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
border: solid #7346A4;
border-width: 6px 0;
background-color: #EAE9F969;
}
.banner > DIV {
display: flex;
flex-direction: column;
align-items: center;
margin: 0 5em 0 1em;
}
IMG {
width: 486px;
height: 112px;
}
A {
margin: 1.5em 0 1em 0;
font-size: 24px;
font-weight: bold;
letter-spacing: 4px;
color: #433FBB;
}
A:hover, A:focus {
text-decoration-line: none;
}
UL {
margin: 0 5em 0 1em;
list-style-position: inside;
}
LI {
font-size: 16px;
font-weight: bold;
line-height: 2em;
white-space: nowrap;
}