-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
63 lines (57 loc) · 1.08 KB
/
styles.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
@import url('https://fonts.googleapis.com/css2?family=Mina&display=swap');
/* *{
font-family: 'Mina', sans-serif;
} */
body{
background-color: #242424;
}
.container{
display: grid;
grid-template-columns: repeat(2, 1fr);
margin: 20px;
}
/* .container_btn{
display: grid;
grid-template-columns: repeat(2, 1fr);
} */
button {
width: 90px;
height: 35px;
margin-top: 25px;
align-content: right;
margin-right: 30px;
border-radius: 5px;
background-color: black;
border: 1px solid white;
color: white;
font-family: 'Mina', sans-serif;
}
.container_rules {
font-family: 'Mina', sans-serif;
color: white;
font-weight: 500;
margin-left: 30px;
margin-right: 20px;
}
.rules_intro {
/* margin: 10px; */
font-weight: 550;
}
canvas {
border:1px solid white;
border-radius: 5px;
}
a {
color:white;
text-decoration: none;
}
a:hover {
color: rgb(181, 175, 175);
}
.footer_icons {
/* padding-top: 50px; */
margin-top: -2.5rem;
text-align: end;
align-content: end;
line-height: .5rem;
}