From 87cf14702c10888987f3ad19c880798df80cbd25 Mon Sep 17 00:00:00 2001 From: RajatGupta2002 <87117036+RajatGupta2002@users.noreply.github.com> Date: Sat, 23 Oct 2021 17:00:52 +0530 Subject: [PATCH] Updated Style.css added margin to date --- Shiny Button Hover Effect/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Shiny Button Hover Effect/style.css b/Shiny Button Hover Effect/style.css index 9b2a547..d9da07a 100644 --- a/Shiny Button Hover Effect/style.css +++ b/Shiny Button Hover Effect/style.css @@ -11,6 +11,9 @@ body { flex-direction: column; background: #19011d; } +.date{ + margin-top: 50px; +} a { position: relative; padding: 15px 30px;