devbridge-styleguide
Version:
Styleguide automatization tool.
16 lines (14 loc) • 366 B
HTML
<head lang="en">
<meta charset="UTF-8">
<title>Snippet</title>
<style id="snippet-style"></style>
<!-- Custom css for every snippet. -->
<style type="text/css">
body, html { overflow: hidden}
#snippet { padding: 1px 0}
</style>
<!-- Insert your CSS resources here. -->
</head>
<body>
<div id="snippet"></div>
</body>