Untitled

 avatar
unknown
plain_text
3 years ago
615 B
7
Indexable
h1 {
  font-size: 24px;
  text-transform: uppercase;
  font-style: italic;
  font-family: "William", serif;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 34px;
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  margin-top: 0;
  margin-bottom: 24px;
}

img {
  width: 230px;
}

p {
  font-family: "Inter", sans-serif;
}

div {
  background-color: mediumaquamarine;
  width: 500px;
  height: 500px;
  text-align: center;
}

h3 {
  font-family: "William", serif;
  margin: 0;
  line-height: 18px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
}
Editor is loading...