APL/HTML/TP02/exercice5.css
2021-12-02 21:35:26 +01:00

23 lines
304 B
CSS

body {
font-family: sans-serif;
}
h1 {
font-size: 15px;
font-variant: small-caps;
}
thead {
border-color: #000000;
}
th {
font-size: 15px;
font-variant: small-caps;
border-top: 2px solid rgb(0, 0, 0);
border-bottom: 2px solid rgb(0, 0, 0);
}
td {
border-bottom: 1px solid rgb(190,190,190);
}