Why There is that whitespace when running the code | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Why There is that whitespace when running the code

https://code.sololearn.com/Ws6qqUAQKyWJ/?ref=app

19th Mar 2019, 7:03 AM
Heba Mamdooh
Heba Mamdooh - avatar
2 Respostas
19th Mar 2019, 7:05 AM
Scooby
Scooby - avatar
+ 3
Heba Mamdooh because this is the default styling of lists. You can change it for example like this: ol { padding-left:10px; } You can cancel the default styling of all elements: * { margin: 0; padding: 0; }
19th Mar 2019, 7:35 AM
Solo
Solo - avatar