mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
...because it depends on computed values that could be changed without rebuilding paintable tree.
10 lines
155 B
HTML
10 lines
155 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
#box {
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: greenyellow;
|
|
}
|
|
</style>
|
|
<div id="box"></div>
|