UNPKG

@massimo-cassandro/unsplash-page

Version:

A page with a photo from Unsplash to display some message (useful for error pages)

15 lines (11 loc) 271 B
/* reset padding e margin */ /* tenuto separato in caso di conflitti con altre impostazioni */ html, body { height: 100%; padding: 0; margin: 0; } *, *::before, *::after { /* stylelint-disable declaration-no-important */ box-sizing: border-box !important; }