Trivial Tips
background shorthand
body {
background: url(small.jpg) no-repeat center fixed #fff;
background-size: cover;
}
Features
body {
background: url(small.jpg) no-repeat center / cover fixed #fff;
}
body {
background: url(small.jpg) no-repeat center fixed #fff;
background-size: cover;
}
body {
background: url(small.jpg) no-repeat center / cover fixed #fff;
}