deprived-main-website/src/routes/+page.svelte
2024-02-19 19:55:13 +01:00

17 lines
302 B
Svelte

<div class="main-title">
<h1>The Deprived Devs</h1>
</div>
<style>
.main-title {
font-family: "CozetteVector";
margin: 0 auto;
width: 80%;
text-align: center;
}
.main-title > h1 {
font-size: 4.5vw; /* Change if title changes */
}
</style>