From 8b387d237b8d3bd48bf70ef3b3aa79fa60a3145d Mon Sep 17 00:00:00 2001 From: eziraa Date: Thu, 11 Jul 2024 21:11:24 +0300 Subject: [PATCH] styling the toast --- style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/style.css b/style.css index b763390..f0dae97 100644 --- a/style.css +++ b/style.css @@ -76,4 +76,22 @@ body { .btn:active { border: 2px transparent solid; +} + +.toast{ + border-radius: 0.4rem; + background-color: #3e3d3d; + padding: 0.8rem 1rem; + font-weight: 300; + letter-spacing: 1px; + position: fixed; + left: 50%; + transform: translateX(-50%); + top: 1rem; + z-index: 4; +} + + +.hidden{ + display: none; } \ No newline at end of file