mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-09 17:51:03 +00:00
9 lines
176 B
HTML
9 lines
176 B
HTML
|
|
<!doctype html><style>
|
||
|
|
div {
|
||
|
|
padding: 16px;
|
||
|
|
content-visibility: hidden;
|
||
|
|
}
|
||
|
|
div::before {
|
||
|
|
content: 'I am invisible';
|
||
|
|
}
|
||
|
|
</style><div>I am not visible<span>and nor am I
|