File size: 185 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
html{
    scrollbar-width: none;
}
::-webkit-scrollbar {
    display: none;
    }
    * {
        margin: 0;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
    }