implements basic header and installs oat
This commit is contained in:
parent
0c4f160800
commit
74b979704f
8 changed files with 1147 additions and 2466 deletions
19
src/components/Header.astro
Normal file
19
src/components/Header.astro
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
|
||||
---
|
||||
|
||||
<header>
|
||||
<h1>dnsc</h1>
|
||||
</header>
|
||||
|
||||
<style>
|
||||
header {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: var(--font-fancy);
|
||||
}
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue