h4{ margin-left: 20px; padding: 10px; } table{ background-color: rgb(190, 171, 255); border-radius: 10px; border: solid; margin-bottom: 20px; margin: 100px; margin-top: 40px; } th{ text-align: center; } td{ padding-right: initial; text-align: center; border-left: none; border-top: 2px solid black; } .date{ border: 2px solid; border-bottom: none; border-radius: 20px; } .annee{ border: 2px solid; border-bottom: none; border-radius: 20px; background-color: rgb(203, 223, 255); } .resum{ border-left: 2px solid black; border-radius: 20px; } .tab{ display: flex; justify-content: center; }