help/rtfd/public/html/style/reset.css

8 lines
67 B
CSS
Raw Normal View History

2025-01-26 15:52:36 +01:00
* {
box-sizing: border-box;
/*
2025-01-26 17:23:23 +01:00
margin: .5px;
padding: .5em;
2025-01-26 15:52:36 +01:00
/**/
}