Mercurial > code > home > repos > front-door-display
comparison src/main.css @ 1:33178e5e356e
old updates
author | drewp@bigasterisk.com |
---|---|
date | Tue, 05 Mar 2024 16:20:04 -0800 |
parents | d09d690419e0 |
children | deb0c25655eb |
comparison
equal
deleted
inserted
replaced
0:d09d690419e0 | 1:33178e5e356e |
---|---|
1 @import url("https://fonts.googleapis.com/css2?family=Acme&family=Oswald&display=swap"); | 1 @import url("https://fonts.googleapis.com/css2?family=Acme&family=Oswald&display=swap"); |
2 html, | 2 html, |
3 body { | 3 body { |
4 width: 800px; | 4 width: 800px; |
5 height: 480px; | 5 height: 480px; |
6 overflow: hidden; | |
6 } | 7 } |
7 html { | 8 html { |
8 background: gray; | 9 background: gray; |
9 } | 10 } |
10 body { | 11 body { |
17 flex-direction: column; | 18 flex-direction: column; |
18 } | 19 } |
19 body > * { | 20 body > * { |
20 /*outline: 1px orange solid;*/ | 21 /*outline: 1px orange solid;*/ |
21 } | 22 } |
23 iframe { | |
24 background: #8bbe9c; | |
25 display: inline-block; | |
26 position: fixed; | |
27 top: 3em; | |
28 left: 12em; | |
29 width: 480px; | |
30 height: 380px; | |
31 } |