Windframe
Build Tailwind UIs that actually look good!
.jpg)
The rounded-ss class in Tailwind CSS applies a border-radius to the start-start corner of an element.
The rounded-ss
class in Tailwind CSS applies a border-radius to the start-start corner of an element. In left-to-right (LTR) layouts, this targets the top-left corner, while in right-to-left (RTL) layouts, it targets the top-right corner. It respects logical (writing direction–aware) corner styling.
<div class="rounded-ss">...</div>
<div class="bg-green-500 text-white p-4 rounded-ss shadow-md"> Rounded start-start corner</div>
Rounded start-start corner
In LTR layouts, this adds rounding to the top-left corner. Useful in components like cards, chat bubbles, or menus.
Windframe is an AI visual editor for rapidly building stunning web UIs & websites