Daniel Muñoz

Generation

css from descriptionFri, 31 Mar 2023

Generar marcos y pilares a la siguiente tabla <tr> <td> <a href="https://www.youtube.com/">Youtube</a> </td> <td> <a href="https://www.google.com/">Google</a> </td> <td> <a href="https://www.facebook.com/">Facebook</a> </td> <td> <a href="https://www.instagram.com/">Instagram</a> </td> </tr>

table { border-collapse: collapse; width: 100%; } th, td { text-align: left; padding: 8px; } tr:nth-child(even){background-color: #f2f2f2} th { background-color: #4CAF50; color: white; }

Questions about programming?Chat with your personal AI assistant