mcfly/site/src/components/awesome-header.html
2023-10-21 16:42:17 +02:00

15 lines
312 B
HTML

<header
style="
border-radius: 5px;
background: linear-gradient(45deg, #3054bf, #416fff);
color: white;
margin-bottom: 1em;
padding: 1em;
margin: 1em auto;
"
>
<a style="color: white" href="/">
<h1>McFly</h1>
</a>
<span>Back to the Basics. Into the Future.</span>
</header>