mirror of
https://github.com/neogeek23/neogeek23.github.io.git
synced 2026-02-04 02:48:17 +00:00
Add files via upload
This commit is contained in:
parent
41bea9fbd0
commit
ec02486167
@ -11,6 +11,30 @@ body{
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.points_scored,
|
||||||
|
.point_rate{
|
||||||
|
margin-top: 2.5%;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.points_scored{
|
||||||
|
position: relative;
|
||||||
|
left: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.point_rate{
|
||||||
|
position: relative;
|
||||||
|
right: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.points_scored:before{
|
||||||
|
content: 'Score: ';
|
||||||
|
}
|
||||||
|
|
||||||
|
.point_rate:before{
|
||||||
|
content: 'Score/Frame: ';
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1000px) {
|
@media only screen and (min-width: 1000px) {
|
||||||
#board{
|
#board{
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user