dom-to-image
Version:
Generates an image from a DOM node using HTML5 canvas and SVG
30 lines (29 loc) • 360 B
CSS
/* Demo */
body {
font-family: "Droid Sans",sans-serif;
}
body,
a,
a:visited {
color: #333;
}
h1 {
text-align: center;
margin: 40px 0px;
font-size: 36px;
text-shadow: 2px 2px 0 #CCC;
}
p {
text-align: center;
}
ul {
list-style: none;
}
div#content {
margin: 0px auto;
width: 930px;
}
div.footer {
margin-top: 50px;
text-align: right;
}