diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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"> |