@willettoSubmitted over 2 years ago
I couldn't figure out how to make the accent border not warp with the border-radius
. Any ideas?
I couldn't figure out how to make the accent border not warp with the border-radius
. Any ideas?
What I did to solve this "issue" with the border radius was using a div inside the card section with width = 100% and .4rem height with overflow hidden on the card properties. Feel free to check my solution, buddy! https://github.com/dev-gabs/four-cards-hub-challenge
Hope this helps!