Collection of HTML5 Snippets
SRCSET demo
Different image is displayed on a HD monitor.
Currently only supported by nightly build of webkit
<img src="images/smallimg.jpg" srcset="images/bigimage.jpg 2x"/>
Horizontal Center Text in SVG
Step1 : Draw a rect for the width of the space
Step2 : Place the text at the center of the rect and use text-anchor :middle property
Text to be centered
Inner shadow effect n SVG
Inner glow in SVG with two inset shadows
Vertically Center div
Same logic can be applied for horizontal centering
Hello!
I'm here vertically centered