web_lib

Common web application libraries
git clone https://radroots.dev/git/web_lib.git
Log | Files | Refs | LICENSE

logo-circle.svelte (512B)


      1 <div
      2     class={`relative flex flex-col h-[196px] w-full justify-center items-center`}
      3 >
      4     <div
      5         class={`relative flex flex-row h-36 w-36 justify-center items-center bg-ly2 rounded-full`}
      6     >
      7         <p
      8             class={`font-sans font-[900] text-6xl text-ly0-gl -tracking-[0.4rem] -translate-x-[6px]`}
      9         >
     10             {"ยป`,"}
     11         </p>
     12         <p
     13             class={`font-sans font-[900] text-6xl text-ly0-gl translate-x-[8px]`}
     14         >
     15             {"-"}
     16         </p>
     17     </div>
     18 </div>