Text or image which appears on hover is a nice CSS effect, which can be used in many situations on websites or web applications. Let’s say we have a news feed with title and image, when user put mouse cursor over that that the article lead appears. I will show you in this short tutorial…

CSS text selection custom styling
In CSS3 we are able to change the style of standard (browser default) text selection. It always requires two CSS rules: with -moz- prefix for Firefox browser second for other browsers (without prefix) You can see the examples below or: watch live demo This CSS feature to change text selection can be useful in many…