@import "compass/css3"; @import url(http://fonts.googleapis.com/css?family=Montserrat:400,700); @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,200italic); body{ margin-top:5em; font-family:'Montserrat'; background:#333; } .line-through{ height:1px; width:100%; background:#DDD; } .line-through h1, .line-through h2{ display:inline-block; border:1px solid #DDD; padding:10px; margin-top:-.9em; border-radius:5px; position:absolute; background:#333; margin-left:1em; } h1{ font-weight:700; color:#fff; font-size:3em; } h2{ color:#fff; margin-left:2em !important; font-weight:400; } a{ border:1px solid #CCC; color:#fff; float:right; padding:.5em; border-radius:5px; margin-top:1em; margin-right:.9em; position:relative; text-decoration:none; &:before{ content:''; display:block; height:1em; width:1px; position:absolute; background:#ccc; top:-1.1em; left:48%; } } p{ border:1px solid #fff; padding:10px; width:650px; color:#fff; margin-top:3em; border-radius:5px; margin-left:5em; font-family:'Baskerville'; font-size:1.5em; position:relative; } p:before{ content:''; display:block; position:absolute; width:1px; height:45px; background:#CCC; top:-45px; left:30px; }