mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:28:10 +00:00
15 lines
No EOL
221 B
HTML
15 lines
No EOL
221 B
HTML
<!DOCTYPE html><style>
|
|
* {
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.grid {
|
|
display: grid;
|
|
}
|
|
|
|
.float-left {
|
|
float: left;
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
</style><div class="grid"><div class="float-left"></div></div> |