summaryrefslogtreecommitdiffstats
path: root/style.css
blob: 4cb289f0ea0cafef3a8f7294f815e73b7343bbb1 (plain)
1
2
3
4
5
6
7
8
* {
    padding: 0;
    margin: 0;
}

.hidden {
    display: none !important;
}