Skip to content

Commit e7f05f0

Browse files
committed
Updated the Credits
1 parent 1b5d6f0 commit e7f05f0

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

main.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,28 @@ <h1>Donation Goal <span class="money">$1000</span></h1>
138138

139139
<section>
140140
<h2 class="headerbackground">Crediting is very Important!</h2>
141+
<div class="credits">
142+
<a href="https://rumble.com/c/tinyplayerss" target="_blank"
143+
><img
144+
class="profile"
145+
src="https://ak2.rmbl.ws/z8/J/w/2/g/Jw2ga.baa.3-tinyplayerss-s4dzzd.png"
146+
/></a>
147+
<a href="https://rumble.com/c/GlobalGamer2015" target="_blank"
148+
><img
149+
class="profile"
150+
src="https://ak2.rmbl.ws/z8/A/C/7/r/AC7ra.baa-GlobalGamer2015-s17j4g.jpeg"
151+
/></a>
152+
<a href="https://rumble.com/c/ElectricPorpoise" target="_blank"
153+
><img
154+
class="profile"
155+
src="https://ak2.rmbl.ws/z8/y/G/t/l/yGtla.baa-ElectricPorpoise-s0o5ll.jpeg"
156+
/></a>
157+
<a href="https://rumble.com/c/ElectricOrBloxtric" target="_blank"
158+
><img
159+
class="profile"
160+
src="https://ak2.rmbl.ws/z8/6/V/F/i/6VFia.baa-ElectricOrBloxtric-rnd2f6.png"
161+
/></a>
162+
</div>
141163
<ul>
142164
<li>
143165
The Founder of CustomBAR

styles.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,4 +374,23 @@ progress::-webkit-progress-bar, progress::-webkit-progress-value {
374374
grid-auto-flow: column;
375375
margin: 0 auto;
376376
margin: -50px 40px -50px 40px;
377+
}
378+
379+
.credits {
380+
display: grid;
381+
grid-auto-flow: column;
382+
scale: 0.7;
383+
}
384+
385+
.profile {
386+
border-radius: 100%;
387+
border: 4px solid rgb(87, 153, 223);
388+
transition: scale 0.3s, border 0.3s, box-shadow 0.3s;
389+
padding: 8px;
390+
}
391+
392+
.profile:hover {
393+
scale: 1.08;
394+
border: 4px solid rgb(130, 181, 235);
395+
box-shadow: 0px 0px 20px rgb(87, 153, 223);
377396
}

0 commit comments

Comments
 (0)