mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-04 16:11:54 +00:00
12 lines
322 B
HTML
12 lines
322 B
HTML
<style type="text/css">
|
|
.btn {
|
|
display: block;
|
|
background: none rgb(40, 60, 220);
|
|
color: rgb(255, 255, 255);
|
|
display: block;
|
|
font-size: 15px;
|
|
width: 300px;
|
|
height: 300px;
|
|
}
|
|
</style>
|
|
<input class="btn" type="submit" value="Should be located in the center" />
|