Foreground.css: Difference between revisions
From The Rockman EXE Zone Wiki
(Created page with "body { background: url('http://new.therockmanexezone.com/wp-content/uploads/2015/07/bg_TilesGrain.png'); }") |
No edit summary |
||
Line 1: | Line 1: | ||
html, body { | |||
height: 100%; | |||
} | |||
body { | body { | ||
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-position: top center; | |||
background-attachment: fixed; | |||
} | } |
Revision as of 15:28, 25 November 2015
html, body { height: 100%; } body { background: url('http://new.therockmanexezone.com/wp-content/uploads/2015/07/bg_TilesGrain.png'); background-repeat: repeat; background-position: top center; background-attachment: fixed; }