From d9d68cffba7dd3007abc5e679eb67f2618d527be Mon Sep 17 00:00:00 2001 From: EhsanParsania Date: Tue, 1 Jun 2021 00:45:14 +0430 Subject: [PATCH] Add Reset Button --- css/explaingit.css | 17 ++++ index.html | 224 ++++++++++++++++++++++++--------------------- 2 files changed, 135 insertions(+), 106 deletions(-) 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 @@ + - - - - - -Visualizing Git - - - - - - - + + + + + + Visualizing Git + + + + + + + + - + - + - - + + - - + + - - + + - - - + + + - + + \ No newline at end of file