From 0ab9e030366e68fd5f41a40f4549b99e5c9a07d4 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Mon, 14 Oct 2024 19:49:19 +0530 Subject: [PATCH] --- css/style.css | 34 ++++++++++++++++++++++++++++++++++ index.html | 45 +++++++++++++++++++++++++++++++-------------- 2 files changed, 65 insertions(+), 14 deletions(-) diff --git a/css/style.css b/css/style.css index 2d91fc846..fd86efbe1 100644 --- a/css/style.css +++ b/css/style.css @@ -928,4 +928,38 @@ input::placeholder { } input:focus { border-color: var(--btn-color); +} + +footer{ + background-color: #141d2b; + height: 20vh; + width: 100vw; +} + +.gridbox{ + display: grid; + grid-template-columns: repeat(4,1fr); + list-style-type: none; + justify-content: center; + align-items: center; + position: relative; + margin: 0px 0px 0px 0px; +} +.gridbox li{ + justify-self: center; + padding: 3%; + align-self: center; + text-align: center; + height: 50px; +} +.gridbox li a{ + color: #06cfaa; + font-size: 1rem; +} +.container{ + text-align: center; + color: rgb(215, 209, 196); +} +.container a{ + color: rgb(213, 108, 108); } \ No newline at end of file diff --git a/index.html b/index.html index 12bd22c4e..3b2fab555 100644 --- a/index.html +++ b/index.html @@ -1756,7 +1756,20 @@

Recipe Book

+ + +
+ Othello Game +
+
+

Othello Game

+

+ Othello is a strategic board game where players aim to flip their opponent's discs to their color. +

+
+
+ @@ -1769,26 +1782,30 @@

Recipe Book

- -
- Othello Game -
-
-

Othello Game

-

- Othello is a strategic board game where players aim to flip their opponent's discs to their color. -

-
-
- -
+ +