mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-20 10:50:25 +00:00
9 lines
240 B
HTML
9 lines
240 B
HTML
|
|
<!DOCTYPE html><style>
|
||
|
|
.btn {
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.fixed-width {
|
||
|
|
width: 200px;
|
||
|
|
}
|
||
|
|
</style><button class="btn fixed-width">200px width</button><button class="btn">auto width should behave as fit-content</button>
|