mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +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 |