mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-14 19:55:03 +01:00
12 lines
151 B
CSS
12 lines
151 B
CSS
html {
|
|
font-family: arial, sans-serif;
|
|
margin: 10px;
|
|
}
|
|
|
|
table,
|
|
th,
|
|
td {
|
|
border: 1px solid black;
|
|
border-collapse: collapse;
|
|
padding: 10px;
|
|
}
|