6 lines
84 B
CSS
6 lines
84 B
CSS
img[alt*="center"] {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|