Answers for "tailwind fixed top"

CSS
0

fixed menubar tailwind

<div>
   <header class="sticky top-0 z-50"></header>
   <main class=relative></main>
   <footer></footer>
</div>
Posted by: Guest on November-22-2021
-1

tailwindcss top

inset-0   {top: 0px; right: 0px; bottom: 0px; left: 0px;}
Posted by: Guest on June-19-2021

Browse Popular Code Answers by Language