Skip to content

Commit

Permalink
Updated CSS and HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajput-xv committed Aug 27, 2023
1 parent 60cdbc4 commit ecddde9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
22 changes: 17 additions & 5 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,32 @@

}

.gradient-background-2{
/* .gradient-background-2{
background: linear-gradient(30deg, #3d8bff, #25c3c3, #5c33bb);
background-size: 180% 180%;
animation: gradient-animation 18s ease infinite;
}
} */

.row{
.row.heading{
padding-top: 20px;
padding-left: 50px;
padding-bottom: 30px;
--bs-gutter-x: 0 !important;


}

.pack-card{
padding-left: 0;
background-color: azure;
}

.album.card-container{
background-color: antiquewhite;
}

.col>.shadow-sm{
background-color: white;
}

.carousel-item{
padding-top: 70px;
Expand All @@ -42,7 +54,7 @@
}

.card-body{
background-color: #81baba;
/* background-color: #81baba; */
font-weight: bold;
}

Expand Down
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h2>One more for good measure.</h2>



<div class="row gradient-background" >
<div class="row heading gradient-background" >
<div class="col-lg-4" >
<svg class="bd-placeholder-img rounded-circle" width="140" height="140" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="var(--bs-secondary-color)"></rect></svg>
<h2 class="fw-normal">Heading</h2>
Expand All @@ -155,10 +155,11 @@ <h2 class="fw-normal">Heading</h2>

<section>

<div class="album bg-body-tertiary gradient-background-2 " >
<div class="container " >
<div class="album card-container gradient-background-2 " >
<!-- bg-body-tertiary -->
<div class="container " >

<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 g-3 " >
<div class="pack-card row row-cols-1 row-cols-sm-2 row-cols-md-3 g-3 " >
<div class="col " >
<div class="card shadow-sm " >
<svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"></rect><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg>
Expand Down

0 comments on commit ecddde9

Please sign in to comment.