Skip to content

Commit

Permalink
mycommit
Browse files Browse the repository at this point in the history
  • Loading branch information
meetarora10 committed Aug 5, 2024
1 parent f69a842 commit 1399dd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ <h1 class="slider-title slider-reveal">
.content {
height: 2000px;
background: linear-gradient(white, lightgray);
background: var(--background-color);

}
</style>
Expand Down Expand Up @@ -441,7 +442,7 @@ <h1 class="tagline py-2 text-center mx-auto" data-aos="zoom-out-up" data-aos-off
}

.card-1>.content {
color: white;
color: var(--text-color);
position: absolute;
top: 550px;
padding: 10px;
Expand Down

0 comments on commit 1399dd7

Please sign in to comment.