summaryrefslogtreecommitdiffstats
path: root/style.css
blob: 0fb4523a2976cf07d7d2c974884b405edf0ef482 (plain)
1
2
3
4
5
6
7
8
9
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.hidden {
    display: none !important;
}