-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
67 lines (52 loc) · 1.02 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
* {
margin: 0;
padding: 0;
}
html, body {
background-image: url("BlitzBallBG.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
max-height: 900px;
max-width: 600px;
margin: 0 auto;
}
html {
border: solid red 20px;
margin-top: 50px;
}
body {
display: flex;
justify-content: center;
align-items: center;
}
.score {
/* background-image: url("BesaidAurochs.png"); */
background-size: cover;
/* padding: 30px 10px 40px 10px; */
font-size: 90px;
color: #F94F6D;
width: 150px;
margin: 20px;
}
.container {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
/* background-color: red; */
}
.column-container {
text-align: center;
margin: auto 100px auto 100px;
}
img {
/* border: 1px solid #ddd;
border-radius: 4px; */
padding: 5px;
width: 150px;
height: 150px;
}
button {
background: none;
}