I have a page I created with amazing.
I'd like to scroll some information along the bottom of the screen.
<marquee behavior="scroll" direction="right">Here is some scrolling text... left to right!</marquee>
How can I get this to appear at the bottom of the page?
<?php
//#12
SimpleCard::create(array(
"title"=>"Contracts",
"preset"=>"info",
"value"=>$this->dataStore("global_summary")->get(0,"num_contracts"),
"cssClass"=>array(
"icon"=>"fa fa-briefcase",
"card"=>"p-4"
),
));
?>
</div>
</div>
</div>
</div>
</body>
</html>