view src/main.css @ 5:d97a5930db7e

closer
author drewp@bigasterisk.com
date Wed, 06 Mar 2024 16:38:58 -0800
parents 33178e5e356e
children deb0c25655eb
line wrap: on
line source

@import url("https://fonts.googleapis.com/css2?family=Acme&family=Oswald&display=swap");
html,
body {
  width: 800px;
  height: 480px;
  overflow: hidden;
}
html {
  background: gray;
}
body {
  background: black;
  color: #f8f8f2;
  margin: 0;
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  display: flex;
  flex-direction: column;
}
body > * {
  /*outline: 1px orange solid;*/
}
iframe {
  background: #8bbe9c;
  display: inline-block;
  position: fixed;
  top: 3em;
  left: 12em;
  width: 480px;
  height: 380px;
}