Add files via upload

This commit is contained in:
Brad Stein 2018-01-02 17:12:49 -06:00 committed by GitHub
parent 41bea9fbd0
commit ec02486167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;