Select Page

Bootstrap 4 – Starter Template

Here is a copy of the Bootstrap 4 starter template from their website. Bootstrap 4 got released on August 19, 2015, and I have liked it so far. What is Bootstrap?: Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web...
pagePiling – Create an original scrolling site

pagePiling – Create an original scrolling site

Create an original scrolling site with the pagePiling jQuery framework. DEMO Here are some examples I created using Pagepiling: https://projects.webdevpuneet.com/archives/solidusbond/ Ashworth – Home Page Features jQuery plugin – Pile your sections one...
Input ::placeholder Style

Input ::placeholder Style

::-webkit-input-placeholder { /* Chrome/Opera/Safari / color: pink; } ::-moz-placeholder { / Firefox 19+ / color: pink; } :-ms-input-placeholder { / IE 10+ / color: pink; } :-moz-placeholder { / Firefox 18- */ color: pink; } More info...