CSS reset

/* reset */
* {
    padding: 0;
    margin: 0;
}

Topics

Last updated