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);
|
||||
|
||||
Reference in New Issue
Block a user