mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-31 20:40:32 +01:00
6 lines
65 B
CSS
6 lines
65 B
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
}
|