diff options
Diffstat (limited to 'public/css/fia.css')
| -rw-r--r-- | public/css/fia.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/public/css/fia.css b/public/css/fia.css index beeb18f..80d5b61 100644 --- a/public/css/fia.css +++ b/public/css/fia.css @@ -29,7 +29,6 @@ margin: 50px auto; height: 100px; width: 100px; - border: 2px solid blue; background-size: contain; } .dice-1 { @@ -80,4 +79,8 @@ .chequer-white { background-color: white; border: 4px solid black; -}
\ No newline at end of file +} +.chequer-pink { + background-color: rgb(255, 0, 200); + border: 4px solid black; +} |
