From 333bfa7acb85e2f83f4410d7715f4276d80e7360 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 31 May 2020 18:35:21 +0530 Subject: added zebra style --- index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/index.html b/index.html index 756e5c3..50b80e8 100644 --- a/index.html +++ b/index.html @@ -62,6 +62,18 @@ button { color: #29D0C6; } +.Zebra{ + margin-top:5%; + margin-left: 5%; + background-color: #000000; + color: #ffffff; +} + +.Zebra:hover{ + background-color: #ffffff; + color: #000000; +} + -- cgit v1.2.3