mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
18 lines
No EOL
366 B
HTML
18 lines
No EOL
366 B
HTML
<!DOCTYPE html><style>
|
|
.features-list {
|
|
position: relative;
|
|
width: 400px;
|
|
height: 400px;
|
|
border: 1px solid red;
|
|
}
|
|
|
|
.feature {
|
|
position: absolute;
|
|
margin: auto;
|
|
border: 1px solid black;
|
|
left: 100px;
|
|
right: 100px;
|
|
width: 200px;
|
|
height: 200px;
|
|
}
|
|
</style><div class="features-list"><div class="feature">Autocorrect</div></div> |