Sweet Alert A beautiful replacement for JavaScript’s “Alert”.
http://t4t5.github.io/sweetalert/
A demonstration of what can be accomplished through CSS-based design. Select any style sheet from the list to load it into this page.
Some cool example:
http://www.csszengarden.com/219/
http://www.csszengarden.com/218/
For more visit this link http://www.csszengarden.com/
To add favicon on your website, you just need to add this two lines of simple code. Add this code in head section of your webpage.
After that upload this favicon.ico
and apple-touch-icon.png
file on your _img directory.
<!-- Favicons --> <link rel="apple-touch-icon" type="image/png" href="_img/apple-touch-icon.png"> <link rel="icon" type="image/x-icon" href="_img/favicon.ico">
Codrops Useful HTML5, CSS3 and JavaScript resources for creative minds.
Every web developer must know and use this CSS and Javascript library on there project to give them a “Professional Look”.