Files
serenity/Tests/LibWeb/Layout/input/input-as-button-align-center.html
Aliaksandr Kalenik 030ea71dff LibWeb: Use button layout for input elements with button type
(cherry picked from commit b2dcdf009605d50503592789ac14a8406b0d3983)
2024-06-27 19:02:45 +02:00

13 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" />