aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-05-31 18:35:21 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-05-31 18:35:21 +0530
commit333bfa7acb85e2f83f4410d7715f4276d80e7360 (patch)
tree7324b5158a98f173717d06792229ef5d01527bf0
parent4ff4df102a9fb6b8104ac118f1a5c1bc7416e583 (diff)
added zebra style
-rw-r--r--index.html12
1 files changed, 12 insertions, 0 deletions
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;
+}
+
</style>
<body class="PageGradient">