html - css issue in table, styling not showing fully -


got styled css table reason row styling being cut off, css inspector showing obvious error. attached css , table

enter image description here example of issue see codepen

using background on td instead of tr solve problem.

table.striped tr:nth-child(even) td {     background-color: #fff; } table.striped tr:nth-child(odd) td{     background-color: #efefef; } 

updated codepen


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

c# SetCompatibleTextRenderingDefault must be called before the first -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -