Files
web_2025/R1.02/tp/tp3/src/style5.css

22 lines
275 B
CSS
Raw Normal View History

2025-11-25 10:42:00 +01:00
ul {
text-align: center;
padding:0;
}
li {
list-style-type: none;
list-style-position: inside;
display: inline-block;
margin-right: 2em;
font-size : 2em;
}
li:last-child{
margin-right:0;
}
article {
text-align: justify;
border : 1px solid grey;
padding : 1em;
}