HTML Input type to get color value

HTML Input type to get color value

Here is a very cool way to input color code using basic HTML input tag. This may eliminate the use of fancy jQuery color picker at a basic level 🙂

How to disable CSS hovers in mobiles and touch devices

How to disable CSS hovers in mobiles and touch devices

You must have faced this issue such that the background changes on hovers on mobiles and touch devices remain hover-styled even after you have touched the screen and not touching it anymore. The simple solution to this is enclosing all hovers in the following media...