Etudes/BTS/Web/Premiere annee/2CSS4/style.css

14 lines
143 B
CSS
Raw Normal View History

2016-10-14 15:52:18 +00:00
p img{
display: block;
margin-left: auto;
margin-top: auto;
}
p em{
font-weight: bold;
}
p strong{
font-style: italic;
}