Added descriptive title, visual equalizing

This commit is contained in:
2022-08-23 04:46:49 +02:00
parent 0528b88c29
commit b85bd327b6
3 changed files with 25 additions and 12 deletions

19
basic-example/style.css Normal file
View File

@@ -0,0 +1,19 @@
* {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
text-align: center;
color: #333;
font-weight: 400;
line-height: 1.5em;
}
body {
margin: 0;
}
h1 {
font-size: 2em;
margin: 0;
}
h2 {
font-size: 1.5em;
margin: 0;
}