diff --git a/Scripts/loadProjects.js b/Scripts/loadProjects.js index 3fc487c..6adf4b0 100644 --- a/Scripts/loadProjects.js +++ b/Scripts/loadProjects.js @@ -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); diff --git a/index.html b/index.html index f8eecb2..c8c6432 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@