Skip to content

Instantly share code, notes, and snippets.

@plindberg
Created May 16, 2012 10:54
Show Gist options
  • Save plindberg/2709502 to your computer and use it in GitHub Desktop.
Save plindberg/2709502 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#hd {
margin: 0 auto;
width: 75%;
border-radius: 10px 10px 0 0;
overflow: hidden;
}
#i {
position: relative;
}
#w {
}
#w > img {
}
<!-- content to be placed inside <body>…</body> -->
<div id=hd>
<div id=i>
<div id=w>
<img src=http://img.tv4.se/convert/resize/1700x257/shape/cut/source/http%3A%2F%2Ftv4annotagger-stage.heroku.com%2Fgrid%2F4fad8bef682c3e00070039d6%2Fx_hockey_vm_1700_257-1.jpg>
</div>
</div>
</div>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment