-
Notifications
You must be signed in to change notification settings - Fork 0
/
Style.css
65 lines (58 loc) · 1.12 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
*{
padding: 0;
margin: 0;
}
.navbar{
background-color: black;
}
.head{
color: aliceblue;
font-family: Arial, Helvetica, sans-serif;
padding: 13px;
font-size: 33px;
font-weight: 700;
}
.player1, .player2{
width: 13rem;
height: 13rem;
border-radius: 13px;
margin-top: 23px;
}
.diebox{
padding-left: 25px;
}
.player1{
margin-right: 13px;
}
.info{
padding-top: 13px;
justify-content: center;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.die{
display: flex;
}
@media (max-width:472px) {
.die{
flex-wrap: wrap;
}
.player1,.player2{
margin-bottom: 13px;
}
}
.reset{
height: 43px;
width: 144px;
margin-top: 23px;
border-radius: 13px;
background-color: rgba(130, 144, 234, 0.286);
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
padding-left: 11px;
}
.reset:hover{
background-color: rgb(147, 167, 240);
columns: black;
}
.diebox{
background-color: grey;
}