You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
324 B

body {
background-color: #ebebeb;
}
/* TABLE */
.donnees {
margin: 50px;
}
.donnees table {
table-layout: auto;
width: 50%;
border: 1px solid cadetblue;
border-bottom: 0;
border-right: 0;
}
.donnees th,tr,td {
border-bottom: 1px solid cadetblue;
border-right: 1px solid cadetblue;
}