Border Radius Table Row Code Example


Example: border radius in table

table {     border-collapse: collapse;     border-radius: 30px;     border-style: hidden; /* hide standard table (collapsed) border */     box-shadow: 0 0 0 1px #666; /* this draws the table border  */  }  td {     border: 1px solid #ccc; }

Comments

Popular posts from this blog

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Can Feynman Diagrams Be Used To Represent Any Perturbation Theory?