Skip the Table border - Rounded Borders using CSS in Punjabi | Table CSS Border | HTML Tutorials | Online HTML Editor on July 08, 2023 Get link Facebook X Pinterest Email Other Apps Table With Rounded Borders Table With Rounded Borders using CSS # Name of Student Class 1. Taranpreet Singh 6th 2. Mehakpreet Kaur 7th 3. Veerpal Kaur 8th 4. Jasmeen 9th 5. Sonia 10th 6. Jaskaran Singh 11th 7. Arshdeep Kaur 12th Skip the border around the table by leaving out table from the css selector: Use the CSS border-radius property to add rounded corners to the table cells. th, td { border: 1px solid red; border-radius: 10px; } Live Demo & Try it yourself! Comments
Comments
Post a Comment