-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
73 lines (65 loc) · 1.11 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
/* Provide sufficient contrast against white background */
#SpeelBegonnenKnop{
background: rgb(139 139 255);
border: 0px;
color: white;
width: 100%;
font-weight: bold;
padding: 8px;
margin-top: 10px;
}
#Bord button{
width: 50px;
height: 50px;
border: 0px;
margin: 3px;
}
#Bord{
color: white;
}
#App header{
justify-content: space-between;
display: flex;
margin-top: 10px;
}
#App header button{
width: 50px;
height: 50px;
border: 0px;
font-size: 22px;
font-weight: bold;
margin: 0px 15px;
}
#App{
margin: auto;
}
body{
background: linear-gradient(115deg, white 75%,rgb(139 139 255) 43%);
min-height: 100vh
}
.LeegVeld{
background: rgb(242 242 242);
}
.Speler1,.Speler2{
background-size: 50px !important;
}
.Speler1{
background: #5b5b5b url("public/superhero.png");
}
.Speler2{
background: rgb(240 240 240) url("public/superhero2.png");
}
.ToegestaanVelden1{
background-color:#36b964;
}
.ToegestaanVelden2{
background-color:#ffa7a7;
}
.NietJeBuurt{
background: #ff6b6b;
width: 100%;
display: block;
color: white;
font-weight: bold;
padding: 6px;
}