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