mirror of
https://github.com/Stone-Red-Code/Stone-Red-Code.github.io.git
synced 2026-09-04 00:56:22 +02:00
Added fade-in animation to projects page
This commit is contained in:
@@ -23,6 +23,7 @@ function addItem (item)
|
||||
col.classList.add("col");
|
||||
jumbotron.classList.add("jumbotron");
|
||||
jumbotron.classList.add("p-5");
|
||||
jumbotron.classList.add("fade-in");
|
||||
|
||||
jumbotron.appendChild(heading);
|
||||
jumbotron.appendChild(description);
|
||||
|
||||
+1
-1
@@ -43,7 +43,7 @@
|
||||
</div>
|
||||
<div class="col d-flex justify-content-start">
|
||||
<a href="http://github.com/Stone-Red-Code" aria-label="GitHub Link"><img class="mostUsedLangs"
|
||||
src="https://github-readme-stats.vercel.app/api/top-langs/?username=Stone-Red-Code&bg_color=40444B&theme=dark&hide_border=true)](https://github.com/anuraghazra/github-readme-stats" alt="GitHub stats"></a>
|
||||
src="https://github-readme-stats.vercel.app/api/top-langs/?username=Stone-Red-Code&bg_color=40444B&theme=dark&hide_border=true)](https://github.com/anuraghazra/github-readme-stats" alt="GitHub stats" height="245"></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user