-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
69 lines (68 loc) · 1.13 KB
/
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
61
62
63
64
65
66
67
68
69
* {
font-family: Arial;
}
.wrapper {
display: none;
width: 80%;
margin: auto;
justify-content: space-evenly;
background: rgba(0, 255, 4, 0.108);
}
.options {
display: flex;
width: 50%;
flex-flow: column;
align-items: center;
}
.section {
width: 50%;
background: rgba(0, 0, 255, 0.322);
display: flex;
justify-content: space-between;
align-items: center;
align-content: center;
padding: 5px 0px 5px 0px;
border: 1px solid rgb(0, 0, 0);
height: 10vh;
padding: 0px 10px 0px 10px;
}
.section div,
span {
padding: 3px;
}
span {
text-shadow: 1px #000;
font-weight: bold;
text-align: right;
}
.hotdog {
width: 100%;
}
.info {
text-align: center;
display: flex;
width: 40%;
margin: auto;
justify-content: space-between;
}
.hotdog-text {
text-align: center;
font-size: 32px;
font-weight: bold;
text-shadow: 1px 1px rgb(0, 0, 0);
}
.hotdog-section {
width: 30%;
height: auto;
background: blue;
}
.upset {
color: blue;
font-size: 18px;
text-shadow: 1px 1px rgb(0, 0, 0);
}
.highlight {
font-size: 18px;
color: yellow;
text-shadow: 1px 1px rgb(0, 0, 0);
}