mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-22 08:00:45 +00:00
19 lines
355 B
HTML
19 lines
355 B
HTML
<!DOCTYPE html>
|
|
<style type="text/css">
|
|
.border-black {
|
|
border: 10px solid black;
|
|
}
|
|
|
|
button {
|
|
height: 200px;
|
|
}
|
|
</style>
|
|
|
|
<body>
|
|
<button class="button border-black">
|
|
<div class="border-black">
|
|
one
|
|
</div>
|
|
<div class="border-black" style="height: 100px">
|
|
two
|
|
</div>
|