mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-20 19:00:25 +00:00
8 lines
95 B
CSS
8 lines
95 B
CSS
|
|
#foo {
|
||
|
|
position: absolute;
|
||
|
|
top: 0;
|
||
|
|
left: 0;
|
||
|
|
width: 123px;
|
||
|
|
height: 456px;
|
||
|
|
}
|