CSS
Desk
ß
Reset
Reset the code to the default
Blueprint
Grid
Desk
White
Black
12 col
16 col
Change the background
Save
Save your changes to this link
Share
Create a permanent link for this code
Download
Download this code as a file
«
HTML
<div class='container'> <div class='content'> <div class='links-container'> <div class='links'> </div> </div> </div> </div>
CSS
body { padding: 100px; } .container { width: 100%; height: 100%; } .content { width: 500px; height: 300px; background: red; position: relative; margin: auto; background: red; left: 50px; } .links-container { position: fixed; } .links { position: relative; background: yellow; width: 50px; height: 50px; right: 50px; }