rounded-t-none

The rounded-t-none class belongs to the border radius group within the borders category.

Example Usage

Here is an example of how to use rounded-t-none:

<div class='h-12 w-12 bg-gray-100 border-2 border-solid border-white rounded-t-none'></div>

Resulting CSS

border-top-left-radius: 0px;
border-top-right-radius: 0px;

Other Border radius Classes

Get Tailwind Scanner!

The absolute must-have tool for anyone using Tailwind CSS.

Scan, Edit, Export any tailwind site in browser to create the perfect UI - download the chrome extension!