mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
12 lines
224 B
HTML
12 lines
224 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<link rel="match" href="reference/overflow-hidden-6-ref.html" />
|
||
|
|
<style>
|
||
|
|
.box {
|
||
|
|
width: 100px;
|
||
|
|
height: 100px;
|
||
|
|
background-color: green;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<div class="box"></div>
|