Criando o partial postblock.html e usando include

This commit is contained in:
Luiz Otávio
2023-04-25 08:10:22 -03:00
parent 2a15354bc4
commit 71036bfd44
3 changed files with 32 additions and 1 deletions

View File

@@ -1,5 +1,19 @@
* {
/* Reset */
*,
*:after,
*:before {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
body {
font-size: 1.6rem;
background: #f1f1f1;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}