First Local Commit - After Clean up.

Signed-off-by: Rick Hays <rhays@haysgang.com>
This commit is contained in:
2019-12-02 14:54:38 -06:00
commit 10412ab7f6
486 changed files with 123242 additions and 0 deletions

View File

@@ -0,0 +1,54 @@
/* ********************************************************************************************************************
RPSLS - Rock, Paper, Scissors, Lizard, Spock Game
File: public/assets/css/game.css
Description: Main CSS Page
Author: Rick Hays
Date: 11/15/2019
License: MIT
CopyRight: Copyright © 2019 - Rick Hays, All Rights Reserved.
Revisions:
YYYY-MM-DD XX Description
***************************************************************************************************************** */
.column
{
border-radius: 15px;
float: left;
font-size: 18px;
font-weight: bold;
text-align: center;
width: 33.33%;
}
.columnspanCountHeader
{
border-radius: 15px;
display: inline-block;
height: 40px;
line-height: 40px;
margin: 0 auto;
vertical-align: middle;
width: 80%
}
.columnspanTryAgain,
.columnspanNoThanks
{
border-radius: 15px;
display: block;
height: 40px;
line-height: 40px;
margin-left: 15px;
vertical-align: middle;
width: 60%
}
/* Clear floats after the columns */
.row:after
{
content: "";
display: table;
clear: both;
}