Mercurial > code > home > repos > front-door-display
diff src/main.css @ 1:33178e5e356e
old updates
author | drewp@bigasterisk.com |
---|---|
date | Tue, 05 Mar 2024 16:20:04 -0800 |
parents | d09d690419e0 |
children | deb0c25655eb |
line wrap: on
line diff
--- a/src/main.css Sat Mar 18 19:34:12 2023 -0700 +++ b/src/main.css Tue Mar 05 16:20:04 2024 -0800 @@ -3,6 +3,7 @@ body { width: 800px; height: 480px; + overflow: hidden; } html { background: gray; @@ -19,3 +20,12 @@ body > * { /*outline: 1px orange solid;*/ } +iframe { + background: #8bbe9c; + display: inline-block; + position: fixed; + top: 3em; + left: 12em; + width: 480px; + height: 380px; +} \ No newline at end of file