From 402623d82c60d8935ad6c8cf71e4af40a01d83e2 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Wed, 5 Apr 2023 02:22:58 +0530 Subject: [PATCH] UX improvements --- css/style.css | 61 --------------------------------------------------- index.html | 21 +++++++++--------- 2 files changed, 11 insertions(+), 71 deletions(-) delete mode 100644 css/style.css diff --git a/css/style.css b/css/style.css deleted file mode 100644 index 247d522..0000000 --- a/css/style.css +++ /dev/null @@ -1,61 +0,0 @@ -.color-grid{ - width: 120px; - height: 140px; - display:flex; - flex-direction: column; - align-content: space-around; -} - -.color-grid .colorRow{ - display:flex; - justify-content: space-around; - margin-top:10px; - width:230px; - } - - .color-grid .colorRow div{ - width:50px; - height:50px; - } - - #themeRed{ - background-color:#ff0000; - - } - - #themeBlue{ - background-color: #0000ff; -} - -#themeGreen{ - background-color: #00ff00; -} - -#themeMustard{ - background-color: #ffdb58; -} - -#themeSalmon{ - background-color: #FFA07A; -} - -#themePurple{ - background-color: #5b00d3; -} - -#themeCyan{ - background-color: #00FFFF; -} - -#themePink{ - background-color:#ffc0cb; -} - -.color-tile{ - height: 4rem; - width: 4rem; - background: teal; -} -.color-tile input{ - display: none; -} \ No newline at end of file diff --git a/index.html b/index.html index b6ebc16..115ff1a 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,6 @@ -