UNPKG

cssrecipes-defaults

Version:

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

9 lines (8 loc) 131 B
/* * kill document defaults margin & padding. We all do that all the times, right ? */ html, body { margin: 0; padding: 0; }