Skip to content

Instantly share code, notes, and snippets.

Created April 29, 2013 10:54
Show Gist options
  • Save anonymous/5480936 to your computer and use it in GitHub Desktop.
Save anonymous/5480936 to your computer and use it in GitHub Desktop.
position:fixed + margin:auto;
/* position:fixed + margin:auto; */
html {
background: #f06;
background:repeating-linear-gradient(45deg, #acf 0,transparent 14px),repeating-linear-gradient(-45deg, #acf 0,#159 14px);
height: 100%;
}
body {width:800px;min-height:200%;margin:auto;box-shadow:0 0 5px;
background:repeating-linear-gradient(0deg, white 0,#eee 1em)}
.fixed {position:fixed;left:0;right:0;top:75%;}
.fixed p {width:800px;margin:auto;position:relative;}
.fixed p a {position:absolute;
left:800px;width:2em;line-height:2em;text-align:center;background:repeating-linear-gradient(0deg, white 0,#eee 1em);border-radius:0 1em 1em 0;box-shadow: 2px 0 2px black;
<div class="fixed"><p><a href="#">top</a></p></div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment