tech:notes_css
Note CSS
Les tableaux
<HTML> <style type=“text/css”> table tr:nth-child(odd) td {
background-color: #E0E0F7;
}
tr td:first-child {
text-align: right;
} </style> </HTML>
tech/notes_css.txt · Dernière modification : de 127.0.0.1
