1422393.html (356B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <meta charset="utf-8"> 4 <title>Table border-collapse borders are too opaque and overlap in the corners</title> 5 6 <style> 7 8 table { 9 margin: 50px; 10 border-collapse: collapse; 11 border-spacing: 0px; 12 } 13 14 td { 15 border: 10px solid rgba(0, 0, 0, 0.2); 16 width: 50px; 17 height: 50px; 18 } 19 20 </style> 21 22 <table><tr><td></td></tr></table>