5 lines
97 B
HTML
5 lines
97 B
HTML
<!doctype html>
|
|
<title>CSS Test Reference</title>
|
|
<style>
|
|
:root { overflow: hidden; }
|
|
</style>
|