How to create semi circle with tailwind?

Answer

There is a way to do so using rounded-tr and rounded-tl here is what You need to do :-

<script src="https://cdn.tailwindcss.com"></script>

<div class="relative flex justify-center items-center h-screen w-screen">
<div class="h-12 w-24 bg-indigo-500
rounded-tl-full rounded-tr-full "></div>
</div>

 

All tailwind Questions

Ask your interview questions on tailwind

Write Your comment or Questions if you want the answers on tailwind from tailwind Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---