From 60cdbc41196881a48f066f8c2abb3256cc511131 Mon Sep 17 00:00:00 2001 From: Yash Verma <114978813+Rajput-xv@users.noreply.github.com> Date: Tue, 22 Aug 2023 23:15:23 +0530 Subject: [PATCH] Update index.css added section in html after heading section and done some changes in css file. --- index.css | 19 ++++++- index.html | 152 +++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 167 insertions(+), 4 deletions(-) diff --git a/index.css b/index.css index bbeba08..09ab2ed 100644 --- a/index.css +++ b/index.css @@ -16,12 +16,18 @@ } +.gradient-background-2{ + background: linear-gradient(30deg, #3d8bff, #25c3c3, #5c33bb); + background-size: 180% 180%; + animation: gradient-animation 18s ease infinite; +} .row{ padding-top: 20px; padding-left: 50px; + padding-bottom: 30px; --bs-gutter-x: 0 !important; - + } @@ -34,3 +40,14 @@ padding-top: 70px; } } + +.card-body{ + background-color: #81baba; + font-weight: bold; +} + +.card.shadow-sm{ + border: 0 !important; + padding: 10px; + background: transparent !important; +} diff --git a/index.html b/index.html index 3c950f3..8c9505c 100644 --- a/index.html +++ b/index.html @@ -35,7 +35,6 @@ -
Some representative placeholder content for the three columns of text below the carousel. This is the first column.
+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.
+Another exciting bit of representative placeholder content.
This time, we've moved on to the second column.
This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
+This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
+This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
+This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
+This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
+This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
+This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
+This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
+This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
+