Is there a way to create rectangles with rounded corners using CSS, SVG, or other methods while maintaining straight horizontal and vertical sides?
I attempted to use border-radius for the rounded corners, but found that it created curved edges on both horizontal and vertical sides.
Additionally, how can I code the lower ridge of these rounded rectangles?