mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-04 16:11:54 +00:00
9 lines
No EOL
176 B
HTML
9 lines
No EOL
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 |