Skip to content

Commit

Permalink
update 1000290391
Browse files Browse the repository at this point in the history
  • Loading branch information
Breadisfunie committed Sep 24, 2024
1 parent ffe0396 commit 1e2943a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 5 additions & 5 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ <h1 id="title" class="Title">About</h1>
<main>
<h2 id="sub-title" class="about-sub-title">This website was made by the cool coder Bread🍞</h2>
<h3 id="suporters" class="about-suporters">Suporters</h3>
<div class="Suporter-holder"><img class="Suporter-pfp" src="icons/bread.webp"><span id="suporter-usernames-1" class="Suporter-username">Bread</span></div>
<div class="Suporter-holder"><img class="Suporter-pfp" src="icons/zxavpfp.webp"><span id="suporter-usernames-2" class="Suporter-username">Zxav</span></div>
<div class="Suporter-holder"><img class="Suporter-pfp" src="icons/Villagerpfp.webp"><span id="suporter-usernames-3" class="Suporter-username">Villager</span></div>
<div class="Suporter-holder"><img class="Suporter-pfp" src="icons/Discorpfp.webp"><span id="suporter-usernames-4" class="Suporter-username">Disco Slime</span></div>
<div class="Suporter-holder"><img class="Suporter-pfp" src="icons/a_4d2c5bcf24c88b6d9495cda3a7baec65.gif"><span id="suporter-usernames-5" class="Suporter-username">Itr</span></div>
<a href="https://guns.lol/bread202" class="Suporter-holder"><img class="Suporter-pfp" src="icons/bread.webp"><span id="suporter-usernames-1" class="Suporter-username">Bread</span></a>
<a class="Suporter-holder"><img class="Suporter-pfp" src="icons/zxavpfp.webp"><span id="suporter-usernames-2" class="Suporter-username">Zxav</span></div>
<a class="Suporter-holder"><img class="Suporter-pfp" src="icons/Villagerpfp.webp"><span id="suporter-usernames-3" class="Suporter-username">Villager</span></a>
<a class="Suporter-holder"><img class="Suporter-pfp" src="icons/Discorpfp.webp"><span id="suporter-usernames-4" class="Suporter-username">Disco Slime</span></a>
<a class="Suporter-holder"><img class="Suporter-pfp" src="icons/a_4d2c5bcf24c88b6d9495cda3a7baec65.gif"><span id="suporter-usernames-5" class="Suporter-username">Itr</span></a>
</main>

</body>
Expand Down
3 changes: 3 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ margin: 0;
border-top-right-radius: 100%;
border-bottom-left-radius: 100%;
border-bottom-right-radius: 100%;
text-decoration: none;
}

.Suporter-username {
Expand All @@ -460,11 +461,13 @@ margin: 0;
width: 100px;
margin-top: 2.5px;
margin-bottom: 2.5px;
text-decoration: none;
}

.Suporter-holder {
display: flex;
justify-content: center;
text-decoration: none;
}

.report-count-text {
Expand Down

0 comments on commit 1e2943a

Please sign in to comment.