Sometimes we face in a problem with Contact form’s field’s Placeholder color when develop different colors and types of contact forms. If we use html5 or Bootstrap default contact forms we get a default color of placeholder text. Sometimes it does not match with the template color or mock-up color. Then we try to change the color with the CSS code like input
Browse Category
CSS3
How to add an Automatic Popup box by HTML, Css & jQuery
This is the easiest way I know to make a automatic popup box in a website by html css and jquery which will appear when user will load the website. And it will appear how many time user reload the particular page.
Now let’s start. Firstly you make sure that you called the core jquery file of main jquery file. If not, then add the file in your html file
A Very Simple Mistake We do in Css
Sometimes we want to Customize some of articles or sections which are at last or sometimes we want to make some changes in the last article or section then we write last child
example:-
section.content:last-child{border-bottom:0;}
than we find that it does not work and we can not find the mistake.
Solution:- The mistake is in the selector of the above example,

