mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
12 lines
157 B
HTML
12 lines
157 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<style>
|
||
|
|
span::after {
|
||
|
|
background: green;
|
||
|
|
content: "";
|
||
|
|
display: block;
|
||
|
|
height: 50px;
|
||
|
|
width: 50px;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<span>foobar
|