TP3 terminé

This commit is contained in:
Phuntsok Drak-pa
2018-10-13 01:28:32 +02:00
parent dde0bdd2dc
commit 4d5a2b0e43
11 changed files with 158 additions and 6 deletions

11
css/edit-image.css Normal file
View File

@@ -0,0 +1,11 @@
table {
margin: 20px auto;
width: 100%;
}
tr {
width: 33%;
}
th, td {
text-align: center;
}