uswds
Version:
Open source UI components and visual style guide for U.S. government websites
20 lines (19 loc) • 443 B
YAML
preview: '@uswds-content'
label: Responsive embed container
context:
iframe_content: |
<meta charset="utf-8">
<style>
html {
background-color: black;
color: white;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
</style>
<title>16:9 aspect ratio example iframe</title>
<p>16:9 aspect ratio example iframe</p>