mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-05 00:21:52 +00:00
11 lines
294 B
HTML
11 lines
294 B
HTML
<style type="text/css">
|
|
.btn {
|
|
display: block;
|
|
background: none rgb(40, 60, 220);
|
|
color: rgb(255, 255, 255);
|
|
height: 36px;
|
|
display: block;
|
|
font-size: 15px;
|
|
}
|
|
</style>
|
|
<input class="btn" type="submit" value="Width should shrink to fit" />
|