Add new website notice
This commit is contained in:
parent
3c2f30902d
commit
fa2fd24d06
@ -5,6 +5,11 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
<div id="a-wrapper">
|
||||||
|
<div id="announcement">
|
||||||
|
<p>Check out my new site at <a href="https://frog.ski">frog.ski</a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<h1>Trinket</h1>
|
<h1>Trinket</h1>
|
||||||
|
|
||||||
<Block>
|
<Block>
|
||||||
@ -83,4 +88,16 @@
|
|||||||
|
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#a-wrapper {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#announcement {
|
||||||
|
background: #9be0ad;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 0.5em;
|
||||||
|
width: max-content;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user