- The bottom-right corner disappears, creating a curved line from the top-right to the bottom-left
- The top-right corner is rounded slightly
- Paragraphs have a rounded top-left corner
- Paragraphs have a bottom margin
The bottom-right corner disappears, creating a curved line from the top-right to the bottom-left.
<html><head><style>p{border-radius: 0 0 100px 0;width: 100px;height: 100px; background-color: lightBlue;
}</style></head><body><h3>Geometry Visual Aids</h3><p>Quarter of a circle</p></body>
</html>]]>