Useful Mixins

From rbachwiki
Revision as of 14:24, 12 August 2016 by Bacchas (talk | contribs) (Created page with "== Create Full Background Image == <pre> background: url(images/bg.jpg) no repeat center center fixed; -webkit-background-size: cover; -o-background-size: cover; background-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Create Full Background Image

background: url(images/bg.jpg) no repeat center center fixed;
-webkit-background-size: cover; 
-o-background-size: cover; 
background-size: cover;