File tree Expand file tree Collapse file tree 2 files changed +41
-0
lines changed Expand file tree Collapse file tree 2 files changed +41
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,28 @@ <h1>Donation Goal <span class="money">$1000</span></h1>
138
138
139
139
< section >
140
140
< 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 >
141
163
< ul >
142
164
< li >
143
165
The Founder of CustomBAR
Original file line number Diff line number Diff line change @@ -374,4 +374,23 @@ progress::-webkit-progress-bar, progress::-webkit-progress-value {
374
374
grid-auto-flow : column;
375
375
margin : 0 auto;
376
376
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 );
377
396
}
You can’t perform that action at this time.
0 commit comments