Foreground.css: Difference between revisions
From The Rockman EXE Zone Wiki
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
} | } | ||
#page-content { | |||
background: url('http://new.therockmanexezone.com/wp-content/uploads/2015/07/bg_TilesGrain.png'); | background: url('http://new.therockmanexezone.com/wp-content/uploads/2015/07/bg_TilesGrain.png'); | ||
background-repeat: repeat; | background-repeat: repeat; | ||
background-position: top center; | background-position: top center; | ||
background-attachment: fixed; | background-attachment: fixed; | ||
} | |||
nav.top-bar { | |||
margin-bottom: 0; | |||
} | } |
Revision as of 15:30, 25 November 2015
html, body { height: 100%; } #page-content { background: url('http://new.therockmanexezone.com/wp-content/uploads/2015/07/bg_TilesGrain.png'); background-repeat: repeat; background-position: top center; background-attachment: fixed; } nav.top-bar { margin-bottom: 0; }