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 +++++-- public/index.html | 37 +++++++++++++++++-------------------- 2 files changed, 22 insertions(+), 22 deletions(-) (limited to 'public') 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; +} diff --git a/public/index.html b/public/index.html index a5b174a..617de91 100644 --- a/public/index.html +++ b/public/index.html @@ -1,22 +1,19 @@ - - - - - - Fia - - - - - - - - - - \ No newline at end of file + + + + + Fia + + + + + + + + -- cgit v1.3.1