From 2c40f11824388fcfd3413b5699af1d673d1edfb9 Mon Sep 17 00:00:00 2001 From: ruchika kengal Date: Fri, 17 Jan 2025 17:17:56 +0530 Subject: [PATCH] add the question into the page in their respective platform . --- index.html | 11 +- leetcode1.html | 423 +++++++++++++++++++++++++++++++++++++++++++ pages/leetcode1.html | 423 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 851 insertions(+), 6 deletions(-) create mode 100644 leetcode1.html create mode 100644 pages/leetcode1.html diff --git a/index.html b/index.html index 5ee00f1d..cbedb48c 100644 --- a/index.html +++ b/index.html @@ -49,9 +49,8 @@ #scrollBtn:hover { background-color: #000; /* Change color on hover */ transform: scale(1.2); /* Slightly enlarge */ - - - +} +
@@ -69,7 +68,7 @@