why is there whitespace on the top

Solutions on MaxInterview for why is there whitespace on the top by the best coders in the world

showing results for - "why is there whitespace on the top"
Simona
12 Jun 2020
1* {
2        margin: 0;
3        padding: 0;
4        border: 0;
5        outline: 0;
6        font-size: 100%;
7        vertical-align: baseline;
8        background: transparent;
9    }
10