UNPKG

cssrecipes-defaults

Version:

Just a few handy default styles for your `<html>` pages

10 lines (9 loc) 268 B
/* * Repeating the background mostly makes sense in the <body>. Otherwise, people * usually want the image and preferably its center (not the top-right corner) */ *:not(body) { background-repeat: no-repeat; background-position: 50%; background-size: cover; }