create-modulo
Version:
Starter projects for Modulo.html - Ready for all uses - Markdown-SSG / SSR / API-backed SPA
33 lines (30 loc) • 459 B
HTML
/* <script src=../Modulo.html></script><style type=f> */
p {
line-height: 1.6;
font-size: 18px
}
h2[h] {
margin: 60px 0 0 0;
font-family: sans-serif;
font-weight: 500;
}
h2[h='#'] {
font-size: 64px;
}
h2[h='##'] {
font-size: 46px;
}
h2[h='###'] {
font-size: 30px
}
h2[h='#'],
h2[h='##'] {
text-align: center;
}
code, tt {
background: #88888855;
}
hr {
border: 0.5vw solid #88888855;
margin: 5vw 30% 5vw 30%
}