I have an element that I am using ‘border-right: 2px solid black’ to create dividers between columns.
The design team insists that the ‘right border’ must be rounded on all 4 corners like their mock up where they created a rounded rectangle.
Is there a way to do this on a repeater element in CSS? We would like to use CSS so the elements are responsive.
Here’s what the element looks like together in their design:
Thank you in advance!
2
Answers
black
, 2px wide.Use elements to work as borders, in grid layout. Flex would be better in 1D, but it didn’t came to mind at first.