THE MARQUEE HAS BEEN RESTORED TO IT'S FORMER GLORY

pull/4/head
Drake 1 year ago
parent d90b2d0ce1
commit a1d3c8f93a

@ -106,4 +106,8 @@
.padding-right {
position: relative;
padding-right: 10px;
}
marquee {
width: 100vw;
}

@ -6,9 +6,7 @@ import Linklist from '../components/linkList.astro'
<Base title="ruthenic.com: Homepage">
<h1>Ruthenic's site</h1> <!--originally intended to be only written in CSS and HTML but f**k that-->
<p>Welcome to my site. I hope you enjoy the experience.</p>
<a href = "https://github.com/Ruthenic">
<marquee behavior="scroll" direction="left" style="width: 100%;">Checkout (haha) my Github!</marquee>
</a>
<marquee behavior="scroll" direction="left"><a href = "https://github.com/Ruthenic">Checkout (haha) my Github!</a></marquee>
<p>Check me out on</p>
<Linklist entries={{
Gitea: "https://git.ruthenic.com/ruthenic",

Loading…
Cancel
Save