WEB/Sammlung/Praktikum/1/iasp1.css

10 lines
184 B
CSS
Raw Normal View History

2016-10-16 21:53:15 +02:00
figure, figure img {
margin-left: auto;
margin-right: auto;
text-align: center; /* zur Zentrierung des img-Elements */
width: 15cm;
}
figcaption {
text-align: center;
}