blob: cb870d30e2303a44d6aaf769547a980f4a96a798 [file] [log] [blame]
<!doctype html>
<html>
<head>
<style>
fieldset > div:not(.positioned) { border:2px solid skyblue; background-color:#cccccc; margin-block-start:6px; margin-block-end:6px; }
fieldset { position:relative; margin:0; vertical-align:bottom; inline-size:320px; display:inline-block; border:12px solid navy; padding:28px; border-top:12px solid transparent }
legend { padding:0; block-size:64px; inline-size: 284px; background-color:#3080f080; border:8px solid lightblue; font-size:48px; transform:translateX(10px); }
</style>
</head>
<body>
<fieldset>
<legend>Legend Title</legend>
<div>Fieldset Contents</div>
<div>More Fieldset Contents</div>
</fieldset>
</body>
</html>