diff --git a/css/explaingit.css b/css/explaingit.css index 13f9b22..4a1ee5b 100644 --- a/css/explaingit.css +++ b/css/explaingit.css @@ -322,3 +322,20 @@ g.head-tag > text { font-weight: bold; text-transform: uppercase; } + +.reset-button{ + position: absolute; + right: 25px; + bottom: 25px; + width: 60px; + height: 60px; + border-radius: 50%; + z-index: 100 ; + background-color: rgb(218, 0, 0); + color: white; + box-shadow: 0 0px 5px #555; + font-size: 14px; +} +.reset-button:active{ + transform: translateY(2px); +} \ No newline at end of file diff --git a/index.html b/index.html index a87e584..9558c80 100644 --- a/index.html +++ b/index.html @@ -1,141 +1,153 @@ +
- - - - - -