From 662ec518d4e3e98b1874f4b898c7bfb2c86c6e36 Mon Sep 17 00:00:00 2001 From: Oskar-Mikael Date: Sat, 20 Feb 2021 02:37:05 +0100 Subject: [PATCH] Styling for delete button --- style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/style.css b/style.css index 3e4c8fb..c485714 100644 --- a/style.css +++ b/style.css @@ -46,6 +46,16 @@ ol>li { margin-top: 5rem; } +.delete { + margin-left: 2rem; + width: 1rem; + cursor: pointer; +} + +.delete:hover { + color: rgb(0, 0, 0); +} + @media screen and (max-width:768px) { #grid { grid-template-columns: 1fr;