Created
September 29, 2012 17:01
-
-
Save Jarvix/3804585 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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