A developer created a caption that is positioned on the bottom center of an image. What they failed to account for is that some people prefer to use custom letter and word spacing to improve their reading experience.
Try to set the following css to see the failure:
.caption {
letter-spacing: 0.12rem;
word-spacing: 0.16rem;
}
A developer created a caption that is positioned on the bottom center of an image. What they failed to account for is that some people prefer to use custom letter and word spacing to improve their reading experience.
Try to set the following css to see the failure:
.caption {
letter-spacing: 0.12rem;
word-spacing: 0.16rem;
}