mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
20 lines
355 B
HTML
20 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>
|