-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
89 lines (76 loc) · 1.26 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
html, body
{
height: 100vh;
}
html, body, input, textarea, button
{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
body
{
display: flex;
flex-direction: column;
}
header
{
text-align: center;
align-items: center;
justify-content: center;
margin: 0px;
width: 100%;
}
header ul.mui-list--inline
{
margin-bottom: 0;
}
header a
{
color: rgb(17, 16, 16);
}
header table
{
width: 100%;
}
.select-card {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin: 0 auto;
}
#cardPlace, #cardName, #cardDescription, #comeBackTommorow {
display: flex;
justify-content: center;
align-items:center;
margin-top: 10px;
font-size: xxx-large;
font-weight: bolder;
color: rgb(77, 77, 2);
}
.reveal-fortune {
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
}
#content-wrapper
{
min-height: 100%;
box-sizing: border-box;
margin-bottom: -100px;
padding-bottom: 100px;
}
footer
{
box-sizing: border-box;
height: 100px;
background-color: rgb(31, 26, 26);
border-top: 1px solid #0c0a0a;
padding-top: 35px;
}
main {
background-color: rgba (255,255,255,0.2);
height: 100vh;
};