#scroll-container { border: 3px solid black; border-radius: 5px; overflow: hidden; } #scroll-text { /* animation properties */ -moz-transform: translateX(100%); -webkit-transform: translateX(100%); transform: translateX(100%); -moz-animation: my-animation 15s linear infinite; -webkit-animation: my-animation 15s linear infinite; animation: my-animation 15s linear infinite; } /* for Firefox */ @-moz-keyframes my-animation { from { -moz-transform: translateX(100%); } to { -moz-transform: translateX(-100%); } } /* for Chrome */ @-webkit-keyframes my-animation { from { -webkit-transform: translateX(100%); } to { -webkit-transform: translateX(-100%); } } @keyframes my-animation { from { -moz-transform: translateX(100%); -webkit-transform: translateX(100%); transform: translateX(100%); } to { -moz-transform: translateX(-100%); -webkit-transform: translateX(-100%); transform: translateX(-100%); }


All works created by Sage (they/xe) . Astorinx icon + logo assets from: @hvnter on Instagram


Download Designs!

See a design you'd like to print yourself or have as a wallpaper background? No worries!

Click the link below to download (most) of the designs for Astorinx. Just be sure to check your local copyright laws + don't resell what you print (for obvious legal reasons).
Click To Download Designs!

This website was made with Webstudio!
All content copyright © 2023 Webstudio Inc.
This template is made with Webstudio!