fix at bout, woo
This commit is contained in:
parent
e222b1839e
commit
a6c7bcc200
|
@ -38,13 +38,15 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
#score-a, #score-b {
|
#score-a, #score-b {
|
||||||
font-size: 100px;
|
font-size: 150px;
|
||||||
|
position: absolute;
|
||||||
|
top: 30%;
|
||||||
}
|
}
|
||||||
#score-a {
|
#score-a {
|
||||||
float: left;
|
left: 10px;
|
||||||
}
|
}
|
||||||
#score-b {
|
#score-b {
|
||||||
float: right;
|
right: 10px;
|
||||||
}
|
}
|
||||||
html, p {
|
html, p {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#timeouts-a, #timeouts-b, #score-a, #score-b, #jam, #period {
|
#timeouts-a, #timeouts-b, #score-a, #score-b, #jam, #period {
|
||||||
color: yellow;
|
color: white;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 133%;
|
font-size: 133%;
|
||||||
|
|
Loading…
Reference in New Issue