You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
351 B
Svelte
24 lines
351 B
Svelte
<header>
|
|
<h1><a href="/">Carteles dmd</a></h1>
|
|
</header>
|
|
|
|
<style>
|
|
header {
|
|
max-height: 4rem;
|
|
margin: 0;
|
|
padding: 0.5rem 1rem;
|
|
}
|
|
h1 {
|
|
text-align: left;
|
|
font-weight: 700;
|
|
color: firebrick;
|
|
font-family: 'Alegreya Sans SC', sans-serif;
|
|
}
|
|
a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
font-size: 2rem;
|
|
}
|
|
</style>
|