"Adds"
Bootstrap 3.1.0 Snippet by msacode

<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div id="info"> <div id="top"> <a id="site" href="http://www.lonely-pixel.com">Some Offer</a> <a id="close" href="">X</a> </div> </div>
#info { text-align: center; width: 180px; height: auto; right: 15px; top: 15px; position: fixed; background: rgba(255,255,255,0.8); border: 1px rgba(0,0,0,0.1); z-index: 1000000; font-family: "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; } body { background:#333; } #top { background:#fff; width:100%; height:auto; position:relative; border-bottom:1px solid #eee; } p { font-family:Arial, sans-serif; color:#666; text-align:justify; font-size: 16px; line-height:22px; margin:10px; } a { font-family:sans-serif; color:#444; text-decoration:none; font-size: 20px; } #site { float:left; margin: 10px; color: #38a; border-bottom: 1px dashed #bbf; padding-bottom:3px } #close { opacity: 0.4; width: 24px; height: 24px; position: absolute; top: 0px; right: 0px; background: #999; text-align: center; cursor: pointer; float:right; margin: 10px; }
document.getElementById('close').onmousedown = function(e) { e.preventDefault(); document.getElementById('info').style.display = 'none'; return false; };

Related: See More


Questions / Comments: