Header
- Selector
header.noctia-header- Usage
<header class="noctia-header"> </header>- Base Background Color
:root { --noctia-header-bg-color: #FFFFFF; }- Utility
Fixed Layout
- Selector
body.noctia-fixed-layout { display: flex; flex-direction: column; }- Usage
<body class="noctia-fixed-layout"> <header> </header> <main> </main> <footer> </footer> </body>- Fixed Layout Header
-
Headerbody.noctia-fixed-layout header, header.noctia-header - Fixed Layout Main
-
body.noctia-fixed-layout main { flex: 1; }Auto grow and shrink
- Fixed Layout Footer
-
Footerbody.noctia-fixed-layout footer, footer.noctia-footer
Noctia Section
.noctia-section > section {
margin: 2.5rem 0 5rem;
}
.noctia-section section:last-child {
margin-bottom: 0;
}
.noctia-section .noctia-section > section {
margin-block: 2rem;
}