Files
DEV/DEV.1.2/tp3/style_ex3.css
Emmanuel Srivastava 7bc0c88705 update
2024-12-11 11:49:08 +01:00

19 lines
222 B
CSS

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;
}