mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
According to the CSS spec, overflow properties only apply to block containers, grid containers and flex containers.
3 lines
88 B
HTML
3 lines
88 B
HTML
<!DOCTYPE html>
|
|
<span style="display: inline-block; border: 3px solid red;">TEXT</span>
|