mirror of
https://github.com/RGBCube/serenity
synced 2025-05-24 00:15:07 +00:00
18 lines
339 B
HTML
18 lines
339 B
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>
|