mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-15 12:39:13 +00:00
10 lines
No EOL
196 B
HTML
10 lines
No EOL
196 B
HTML
<!DOCTYPE html><style>
|
|
.box {
|
|
float: left;
|
|
width: 300px;
|
|
height: 200px;
|
|
padding: 100px;
|
|
background-color: magenta;
|
|
box-sizing: border-box;
|
|
}
|
|
</style><div class="box"></div> |