Select Page

Tag: Starter Templates

Bootstrap 5 Starter Template

Bootstrap 5 Starter Template

Here is a copy of the Bootstrap 5 starter template from their website. Bootstrap 5 got released on May 5, 2021, and I have liked it so far. One thing that old Bootstrap user may have noticed is that they no longer are using jQuery (JavaScript library designed to...

Fadein Effect to Web Page on Page Load

Add the following styles to your stylesheet or as internal styles and you are ready.@keyframes pageFadeIn {  from { opacity:0; }  to { opacity:1; }}@-moz-keyframes pageFadeIn {  from { opacity:0; }  to { opacity:1; }}@-webkit-keyframes pageFadeIn...