Answers for "css border radius doesnt work"

CSS
3

border radius not working

// To whomever may have this issue. My problem was border-collapse. It was set to:


border-collapse: collapse;

// I set it to:
border-collapse: separate;
Posted by: Guest on August-09-2020

Browse Popular Code Answers by Language