propriétés raccourcies
.classe {
font-family: Arial, sans-serif;
font-size: 12em;
font-weight: bold;
font-style: italic;
line-height: 1.5;
}.classe {
font: italic bold 12em/1.5 Arial, sans-serif;
}Last updated
.classe {
font-family: Arial, sans-serif;
font-size: 12em;
font-weight: bold;
font-style: italic;
line-height: 1.5;
}.classe {
font: italic bold 12em/1.5 Arial, sans-serif;
}Last updated