Skip to content

Instantly share code, notes, and snippets.

@viki53
Last active March 23, 2021 14:53
Show Gist options
  • Save viki53/5563661 to your computer and use it in GitHub Desktop.
Save viki53/5563661 to your computer and use it in GitHub Desktop.
Contenu centré, sidebar externe
/**
* Contenu centré, sidebar externe
*/
#page{
position: relative;
width: 400px;
min-height: 2000px;
margin: 20px auto;
background-color: green;
}
#outer-sidebar{
position: absolute;
top: 0;
right: -120px;
width: 100px;
min-height: 80px;
background-color: pink;
}
<div id="page">
<div id="outer-sidebar">Hello</div>
</div>
// alert('Hello world!');
{"view":"split-vertical","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