Skip to content

Instantly share code, notes, and snippets.

@Jarvix
Created September 29, 2012 17:01
Show Gist options
  • Save Jarvix/3804585 to your computer and use it in GitHub Desktop.
Save Jarvix/3804585 to your computer and use it in GitHub Desktop.
<html>
<head>
<style>
html, body {
background:#777 url('/img/news-bg.png') repeat -24px 17px;
margin:0;
padding:0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
}
#top {
background: transparent url('https://dl.dropbox.com/u/2062901/side.png') repeat-x;
min-height: 300px;
padding: 20px 0 0 0;
}
.article {
background: white;
opacity: 0.7;
padding: 5px;
width: 90%;
margin: 0px auto 20px auto;
border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
-m-border-radius: 10px;
}
.article h1 {
margin-top: 0;
}
</style>
</head>
<body>
<div id="top">
<div class="article">
<h1>First alpha release!</h1>
Derpqhgklashg<br />
<br />
<br />
<br />
<br />
</div>
<div class="article">
<h1>First alpha release!</h1>
Derpqhgklashg<br />
<br />
<br />
<br />
<br />
</div>
<div class="article">
<h1>First alpha release!</h1>
Derpqhgklashg<br />
<br />
<br />
<br />
<br />
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment