Ambience
This commit is contained in:
parent
38ce483e78
commit
4fa39b3c5e
3 changed files with 9 additions and 1 deletions
Binary file not shown.
|
@ -13,7 +13,6 @@
|
|||
--accent-gradient: linear-gradient(45deg, rgb(var(--accent)), rgb(var(--accent-light)) 30%, white 60%);
|
||||
|
||||
font-family: system-ui, sans-serif;
|
||||
|
||||
}
|
||||
|
||||
html {
|
||||
|
@ -32,6 +31,10 @@ main {
|
|||
line-height: 1.6;
|
||||
}
|
||||
|
||||
audio {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 4rem;
|
||||
font-weight: 700;
|
||||
|
|
|
@ -9,6 +9,11 @@ import Card from "../components/Card.astro";
|
|||
<marquee Behavior="Alternate">
|
||||
<h2 class="title">LimePotato</h1>
|
||||
</marquee>
|
||||
<hr>
|
||||
<figure>
|
||||
<figcaption>Some Ambience?</figcaption>
|
||||
<audio controls src="/assets/sounds/ambience/383506__klankbeeld__pinewood-in-memoriam-febr-05-nl-giersbergen-33db-170215_1085.flac" type="audio/flac">
|
||||
</figure>
|
||||
<hr />
|
||||
<p>
|
||||
Howdy! You can call me <span style="color: #fab387;">[Nelle]</span>,
|
||||
|
|
Loading…
Reference in a new issue