blob: 8b56810794fd12bd64b04b746212bb425880d6cc [file] [log] [blame]
<!doctype html>
<html>
<head>
<style>
fieldset > div { border:2px solid skyblue; background-color:#cccccc; -webkit-margin-before:6px; -webkit-margin-after:6px }
fieldset { margin:0; vertical-align:bottom; -webkit-logical-width:320px; -webkit-logical-height:80px; display:flex; justify-content: center; align-items: stretch; background-color:#dddddd; border:12px solid navy; padding:28px }
</style>
</head>
<body>
<fieldset>
<legend>Legend</legend>
<div>Fieldset Contents</div>
<div>More Fieldset Contents</div>
</fieldset>
</body>
</html>