Cookie Consent by Free Privacy Policy Generator ๐Ÿ“Œ Tailwind CSS tutorial #33: Border Radius

๐Ÿ  Team IT Security News

TSecurity.de ist eine Online-Plattform, die sich auf die Bereitstellung von Informationen,alle 15 Minuten neuste Nachrichten, Bildungsressourcen und Dienstleistungen rund um das Thema IT-Sicherheit spezialisiert hat.
Ob es sich um aktuelle Nachrichten, Fachartikel, Blogbeitrรคge, Webinare, Tutorials, oder Tipps & Tricks handelt, TSecurity.de bietet seinen Nutzern einen umfassenden รœberblick รผber die wichtigsten Aspekte der IT-Sicherheit in einer sich stรคndig verรคndernden digitalen Welt.

16.12.2023 - TIP: Wer den Cookie Consent Banner akzeptiert, kann z.B. von Englisch nach Deutsch รผbersetzen, erst Englisch auswรคhlen dann wieder Deutsch!

Google Android Playstore Download Button fรผr Team IT Security



๐Ÿ“š Tailwind CSS tutorial #33: Border Radius


๐Ÿ’ก Newskategorie: Programmierung
๐Ÿ”— Quelle: dev.to

In the article, we will go into detail on how to use Border Radius.

Border Radius

Basic usage

Rounded corners

Use utilities like .rounded-sm, .rounded, or .rounded-lg to apply different border radius sizes to an element.

Code

<ul class="container mx-auto divide-y divide-gray-400 divide-dotted" style="font-family: Raleway">

  <li class="flex items-center justify-between px-4 py-2">
    <div>
      <div class="rounded-none border-2 border-red-500 font-bold text-red-500 p-2 my-2 text-center">Rivet</div>
      <div class="rounded-sm border-2 border-red-500 font-bold text-red-500 p-2 my-2 text-center">Rivet</div>
      <div class="rounded-md border-2 border-red-500 font-bold text-red-500 p-2 my-2 text-center">Rivet</div>
      <div class="rounded-lg border-2 border-red-500 font-bold text-red-500 p-2 my-2 text-center">Rivet</div>
      <div class="rounded-xl border-2 border-red-500 font-bold text-red-500 p-2 my-2 text-center">Rivet</div>
      <div class="rounded-2xl border-2 border-red-500 font-bold text-red-500 p-2 my-2 text-center">Rivet</div>
      <div class="rounded-3xl border-2 border-red-500 font-bold text-red-500 p-2 my-2 text-center">Rivet<br>the Robot</div>
      <div class="rounded-full border-2 border-red-500 font-bold text-red-500 p-2 my-2 text-center">Rivet<br>the Robot</div>
      <div class="text-xs font-mono font-light text-gray-500 mt-2"><span class="font-bold">border-radius</span>: rem</div>
    </div>
    <div class="ml-5 text-right">
      <div class="text-xs font-semibold inline-block font-mono whitespace-nowrap px-2 py-1 rounded text-white bg-pink-500 rounded-2">rounded(-SID)(-AMT)</div>
      <div class="text-xs font-mono text-gray-500"><b class="text-black mt-3 inline-block">SID</b><br>t tl r tr b br l bl</div>
      <div class="text-xs font-mono text-gray-500"><b class="text-black mt-3 inline-block">AMT</b><br>(.25) none-0  full-&infin;<br>sm-.125 md-.375 lg-.5<br>xl-.75 2xl-1 3xl-1.5</div>
    </div>
  </li>  
</ul>

Full code:
The overall code will be attached to repo link.

Overall Output

Image description

Resources:
tailwind.css

Thank you for reading :), To learn more, check out my blogs on Flex Direction, Hackathons and Flex Wrap.
If you liked this article, consider following me on Dev.to for my latest publications. You can reach me on Twitter.

Keep learning! Keep coding!! ๐Ÿ’›

...



๐Ÿ“Œ Social Factory 3.8.3 on Joomla radius[lat]/radius[lng]/radius[radius] sql injection


๐Ÿ“ˆ 70.44 Punkte

๐Ÿ“Œ Tailwind CSS tutorial #33: Border Radius


๐Ÿ“ˆ 65.74 Punkte

๐Ÿ“Œ CSS Border Radius Tricks


๐Ÿ“ˆ 41.54 Punkte

๐Ÿ“Œ How to create navigation menu with HTML CSS step by step | web design tutorial | HTML CSS tutorial


๐Ÿ“ˆ 38.24 Punkte

๐Ÿ“Œ tcpdump bis 4.9.1 RADIUS Parser print-radius.c print_attr_string() Pufferรผberlauf


๐Ÿ“ˆ 35.22 Punkte

๐Ÿ“Œ Ethereal up to 0.10.2 RADIUS Dissector packet-radius.c dissect_attribute_value_pairs denial of service


๐Ÿ“ˆ 35.22 Punkte

๐Ÿ“Œ tcpdump up to 4.9.1 RADIUS Parser print-radius.c print_attr_string() memory corruption


๐Ÿ“ˆ 35.22 Punkte

๐Ÿ“Œ CVE-2015-6263 | Cisco IOS 15.4(3)M2.2 Radius resource management (cisco-sa-20151005-ios-radius / XFDB-106930)


๐Ÿ“ˆ 35.22 Punkte

๐Ÿ“Œ Tailwind CSS tutorial #22: Line Height


๐Ÿ“ˆ 33.73 Punkte

๐Ÿ“Œ Tailwind CSS tutorial #23: List Style Type


๐Ÿ“ˆ 33.73 Punkte

๐Ÿ“Œ Tailwind CSS tutorial #24: List Style Position


๐Ÿ“ˆ 33.73 Punkte

๐Ÿ“Œ Tailwind CSS tutorial #25: Text Align


๐Ÿ“ˆ 33.73 Punkte

๐Ÿ“Œ Tailwind CSS tutorial #26: Text Decoration


๐Ÿ“ˆ 33.73 Punkte

๐Ÿ“Œ Tailwind CSS tutorial #27: Text Underline Offset


๐Ÿ“ˆ 33.73 Punkte

๐Ÿ“Œ Tailwind CSS tutorial #28: Text Transform


๐Ÿ“ˆ 33.73 Punkte

๐Ÿ“Œ Tailwind CSS tutorial #29: Vertical Align


๐Ÿ“ˆ 33.73 Punkte

๐Ÿ“Œ Tailwind CSS tutorial #30: Text Overflow


๐Ÿ“ˆ 33.73 Punkte

๐Ÿ“Œ Tailwind CSS tutorial #31: Text Decoration Style


๐Ÿ“ˆ 33.73 Punkte

๐Ÿ“Œ Tailwind CSS tutorial #32: Screen Readers


๐Ÿ“ˆ 33.73 Punkte

๐Ÿ“Œ Next.js, Tailwind CSS, and MongoDB Project Tutorial โ€“ Ticketing App


๐Ÿ“ˆ 33.73 Punkte

๐Ÿ“Œ Complete React and Tailwind CSS Website Design Tutorial | Build an Educational Landing Page


๐Ÿ“ˆ 33.73 Punkte

๐Ÿ“Œ Beginner Web Dev Project Tutorial โ€“ Weather App with Next.js, Tailwind CSS, and TypeScript


๐Ÿ“ˆ 33.73 Punkte

๐Ÿ“Œ Full Stack Tutorial โ€“ Fiverr Clone with NextJS, React, Convex, Typescript, Tailwind CSS, ShadCN


๐Ÿ“ˆ 33.73 Punkte

๐Ÿ“Œ Build a Tic Tac Toe Game using HTML, CSS, JavaScript, Tailwind CSS and Canvas Confetti


๐Ÿ“ˆ 33.66 Punkte

๐Ÿ“Œ Tailwind CSS vs Foundation: A Comparison of CSS Frameworks


๐Ÿ“ˆ 33.66 Punkte

๐Ÿ“Œ Mojo CSS vs. Tailwind: Choosing the best CSS framework


๐Ÿ“ˆ 33.66 Punkte

๐Ÿ“Œ Tailwind CSS vs. CSS Frameworks: A Comprehensive Comparison for UI Design


๐Ÿ“ˆ 33.66 Punkte

๐Ÿ“Œ Creating an animated text gradient with Tailwind CSS (and vanilla CSS)


๐Ÿ“ˆ 33.66 Punkte

๐Ÿ“Œ Why Tailwind CSS is still better than StyleX and other CSS libraries


๐Ÿ“ˆ 33.66 Punkte

๐Ÿ“Œ Create reusable button Components with React,Typescript , Tailwind and Tailwind-variants


๐Ÿ“ˆ 29.22 Punkte

๐Ÿ“Œ Transforming immigration and border crossing in Colombia with Automated Border Control


๐Ÿ“ˆ 28.81 Punkte

๐Ÿ“Œ Transforming immigration and border crossing in Colombia with Automated Border Control


๐Ÿ“ˆ 28.81 Punkte

๐Ÿ“Œ Geopolitical Instabilities Generated High Demand for Border Security System . Border Security Systems Market 2024


๐Ÿ“ˆ 28.81 Punkte

๐Ÿ“Œ How To Use META AI (Complete Tutorial) Beginner Tutorial (LLAMA 3 Tutorial)


๐Ÿ“ˆ 28.79 Punkte

๐Ÿ“Œ CSS tutorial series: CSS Units and Sizing


๐Ÿ“ˆ 28.64 Punkte











matomo