mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-05 03:52:41 +01:00
6 lines
65 B
CSS
6 lines
65 B
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
}
|