From 9e98aa3ba756f10fa2186459d597aa9870a81f94 Mon Sep 17 00:00:00 2001 From: Yash Verma <114978813+Rajput-xv@users.noreply.github.com> Date: Tue, 22 Aug 2023 19:16:18 +0530 Subject: [PATCH] Initial commit --- icons8-technology-64.svg | 46 +++++++++ index.css | 36 +++++++ index.html | 218 +++++++++++++++++++++++++++++++++++++++ index.js | 0 shopping-cart (1).svg | 2 + 5 files changed, 302 insertions(+) create mode 100644 icons8-technology-64.svg create mode 100644 index.css create mode 100644 index.html create mode 100644 index.js create mode 100644 shopping-cart (1).svg diff --git a/icons8-technology-64.svg b/icons8-technology-64.svg new file mode 100644 index 0000000..e215e66 --- /dev/null +++ b/icons8-technology-64.svg @@ -0,0 +1,46 @@ + + + diff --git a/index.css b/index.css new file mode 100644 index 0000000..bbeba08 --- /dev/null +++ b/index.css @@ -0,0 +1,36 @@ + + +/* .footer { + background-color: blueviolet; + margin-left: 0 !important; + margin-right: 0 !important; + width: 100%; + box-sizing: border-box; + } */ + + +.gradient-background { + background: linear-gradient(300deg, #00bfff, #D33BDF, #FE6868); + background-size: 180% 180%; + animation: gradient-animation 18s ease infinite; + +} + + +.row{ + padding-top: 20px; + padding-left: 50px; + --bs-gutter-x: 0 !important; + +} + + +.carousel-item{ + padding-top: 70px; +} + +@media (max-width: 768px) { + .carousel-item { + padding-top: 70px; + } +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..3c950f3 --- /dev/null +++ b/index.html @@ -0,0 +1,218 @@ + + +
+ + +Some representative placeholder content for the three columns of text below the carousel. This is the first column.
+ +Another exciting bit of representative placeholder content. This time, we've moved on to the second column.
+ +And lastly this, the third column of representative placeholder content.
+ +