Skip to content

Instantly share code, notes, and snippets.

@ginirsss
Created March 19, 2012 03:28
Show Gist options
  • Save ginirsss/2093060 to your computer and use it in GitHub Desktop.
Save ginirsss/2093060 to your computer and use it in GitHub Desktop.
Untitled
body {
background: #f06;
}
@font-face {
font-family: 'Josefin Sans';
src: url(http://fonts.googleapis.com/css?family=Josefin+Sans);
}
.stitched_element {
font-family: Helvetica;
border: 2px dashed #333;
box-shadow: 0 0 0 8px #ff0030;
background: #DDD;
padding:10px;
text-align: center;
color: #666;
width: 300px;
margin: 0 auto;
}
<h1 class="stitched_element">dsdsdsd</h1>
{"view":"split-vertical","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment