Skip to content

Instantly share code, notes, and snippets.

@forcen
forcen / Tag library sample
Last active August 29, 2015 14:06
Basic tag library
<html>
<head>
<title>
Tag library sample
</title>
<style type="text/css">
body{margin:0;padding:0}
.tag-header{background:gray;height:30px;text-align:center;color:white;margin:0 0 12px 0;padding:12px;}
.tag-header h1{font:bold 24px Helvetica;margin:0;padding:0;}
.tag-content{text-align:center;padding:0 16px}