This commit is contained in:
Emmanuel Srivastava
2024-12-11 11:49:08 +01:00
parent 16332fec34
commit 7bc0c88705
8 changed files with 168 additions and 0 deletions

19
DEV.1.2/tp3/style_ex3.css Normal file
View File

@@ -0,0 +1,19 @@
ul
{
list-style-type: none;
padding: 0;
margin: 0;
display: inline-flex;
justify-content: center;
align-items: center;
height: 80vh;
width: 100%;
}
ul li {
margin: 0 100px;
}
ul img {
height: 200px;
}