How to color the input placeholder with CSS
Did you know that you could change the placeholder color of an input text? The color attribute will only color the text you enter with the keyboard.
HTML, CSS and JavaScript
Did you know that you could change the placeholder color of an input text? The color attribute will only color the text you enter with the keyboard.
With the CSS3 property border-radius we can create perfect circles. Basically set border-radius to 50% and then a width and height. I’ve added some extra styles to make it look prettier…
When viewing your site in an iOS device portrait mode the text looks good but when you change the orientation to landscape it looks bigger.
A ver cool CSS snippet that creates a shadow at the very top of your site…
Here’s a very cool piece of CSS. Style an input radio button to make it look like a switch button…
Pure madness. I found this guy, Nicolas Gallagher, who made super-amazing CSS Speech Bubbles.
Like the -webkit prefix we can now drop the -moz prefix for the border-radius CSS3 style. The last versions of Mozilla Firefox support the standard border-radius style.
Add the -moz prefix and create CSS3 animations without any JavaScript.
Setup multiple backgrounds for the same element using CSS3. Compatibility with Firefox, Safari, Chrome, Opera, Internet Explorer…
CSS3. The new updates from Opera, Safari and Chrome allows you to drop the -webkit prefix when using the border-radius style.