Skip to content

Commit

Permalink
Merge pull request #4114 from sau-mili/main
Browse files Browse the repository at this point in the history
Footer improved
  • Loading branch information
kunjgit authored Jun 8, 2024
2 parents 794a4d6 + 9568269 commit 9e6ddf4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
8 changes: 7 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ footer {
width: 100%;

/* width: 100vw; */


padding-top: 40px;
margin-top: auto;
Expand Down Expand Up @@ -2876,7 +2877,8 @@ span:nth-child(7) {
}

.unique-color-dark {
background-color: #b616c7 !important;
/* background-color: #b616c7 !important; */
background:linear-gradient(#FA8DF3,#e100ff);
}

.bg-light {
Expand Down Expand Up @@ -2917,11 +2919,15 @@ ul {
.example-2 {
display: flex;
justify-content: center;
flex-direction: row;
align-items: center;
width:100%;
padding: 0 20px;
}
.example-2 .icon-content {
margin: 0 10px;
position: relative;
padding: 0 20px;
}
.example-2 .icon-content .tooltip {
position: absolute;
Expand Down
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,10 @@ <h2 id="total-contributors" style="text-align: center; font-family: 'Agency FB',
<div class="socials-text" classstyle="text-align: center; margin-bottom:50px">
<h7>Developed with 💗 by Kunj</h7>
<br>
<p style="font-size: 20px; font-style:cursive;cursor: pointer;color: rgb(215, 213, 85);font-family: 'Agency FB', Times, serif;">Make sure you
<p style="font-size: 20px; padding: 20px; font-style:cursive;cursor: pointer;color: rgb(254, 253, 186);font-family: 'Agency FB', Times, serif;">Make sure you
checkout
my
socials and also
socials and
⭐ GameZone on
github</p>

Expand Down Expand Up @@ -357,9 +357,10 @@ <h2 id="total-contributors" style="text-align: center; font-family: 'Agency FB',
</li>
</ul>
</div>
<hr style="margin: 20px; background-color:yellow; opacity: 0.8;">
<!-- Copyright -->

<p id="copyright">&copy; 2024 GameZone. All Rights Reserved.</p>
<p id="copyright" style="color:rgb(222, 222, 222)">&copy; 2024 GameZone || All Rights Reserved.</p>

</div>
</div>
Expand Down

0 comments on commit 9e6ddf4

Please sign in to comment.