According to the CSS spec, overflow properties only apply to block containers, grid containers and flex containers.
2 lines
88 B
HTML
2 lines
88 B
HTML
<!DOCTYPE html>
|
|
<span style="display: inline-block; border: 3px solid red;">TEXT</span>
|