Files
DEV/DEV.1.2/tp3/style_ex3.css

19 lines
222 B
CSS
Raw Normal View History

2024-12-11 11:49:08 +01:00
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;
}