From e0cce967320dc0be166861791389f50a20f1bcdb Mon Sep 17 00:00:00 2001 From: Saurabh-9 <21BCS10243@cuchd.in> Date: Mon, 10 Oct 2022 15:25:40 +0530 Subject: [PATCH 1/2] changes in style sheet done changes in style sheet done Co-Authored-By: Saurabh-9 <96305673+saurabh-9@users.noreply.github.com> --- style.css | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/style.css b/style.css index 0852a78d..74da3759 100644 --- a/style.css +++ b/style.css @@ -663,3 +663,55 @@ footer left: 40%; bottom: 0; } +html, +body, +img, +figure { + max-width: 100%; +} +html, +body { + overflow-x: hidden; + color: #000; + -ms-overflow-style: scrollbar;} + +.button { + display: inline-block; + border-radius: 4px; + background-color: #f4511e; + border: none; + color: #FFFFFF; + text-align: center; + font-size: 28px; + padding: 20px; + width: 200px; + transition: all 0.5s; + cursor: pointer; + margin: 5px; +} + +.button span { + cursor: pointer; + display: inline-block; + position: relative; + transition: 0.5s; +} + +.button span:after { + content: '\00bb'; + position: absolute; + opacity: 0; + top: 0; + right: -20px; + transition: 0.5s; +} + +.button:hover span { + padding-right: 25px; +} + +.button:hover span:after { + opacity: 1; + right: 0; +} + From fc3bde9a77e57d01841d3ace68b20f2d831892f1 Mon Sep 17 00:00:00 2001 From: Saurabh-9 <96305673+Saurabh-9@users.noreply.github.com> Date: Fri, 14 Oct 2022 16:07:06 +0530 Subject: [PATCH 2/2] Added KaguyaOtsutsuki card Added Kaguya Otsutsuki card in index.html from line 7499 to 7517. --- index.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/index.html b/index.html index 1d798d57..8da47784 100644 --- a/index.html +++ b/index.html @@ -7495,3 +7495,23 @@