From 040d5372c1033bb7c0580ad2c9b6b32f974a20c8 Mon Sep 17 00:00:00 2001 From: Maks Jopek Date: Thu, 29 Apr 2021 20:05:06 +0200 Subject: Version 1.0 --- public/css/fia.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'public/css/fia.css') 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; +} -- cgit v1.3.1