Select Page

Tag: CSS

Input Placeholder CSS

Input Placeholder CSS

Input Placeholder This css snippets can be used to style placeholders of entire website or any form element ::-webkit-input-placeholder { /* Chrome/Opera/Safari */  color: pink;}::-moz-placeholder { /* Firefox 19+ */  color: pink;}:-ms-input-placeholder { /*...
Input, Textarea Autofill Background Color Change – CSS

Input, Textarea Autofill Background Color Change – CSS

Autofill usually changes the background color but in some areas, we don’t want that default color, so this script is to change the default color. Just add the following pseudo-selector to your style sheet and the background color will change according to your...
CSS Slider / Carousel – Built with CSS only

CSS Slider / Carousel – Built with CSS only

CSS Slider / Carousel Here is a slider/carousel built with pure CSS with an auto slide function. The slider stops if we try to change the slide manually showing the button at the bottom to restart it. Personally, I really liked this CSS-only slider but the CSS script...
Side Navigation

Side Navigation

Here is the tutorial for creating side navigation using HTML, CSS, and JavaScript. Link – https://www.w3schools.com/howto/howto_js_sidenav.asp