HTML CSSResult Skip Results Iframe
EDIT ON
html { }
body {
  padding: 1rem;
  background-image: url("web_images/80.jpg");
  background-repeat: repeat;
  background-size: 400px 400px;
  font-size: 25;
  font-family: "Helvetica";
  font-weight: lighter;
}
a, u {
  text-decoration: none;
}
.p1 {
  font-size: 25;
  font-family: "Helvetica";
  font-weight: bold;
}

.card {
  background-color: pink;
  color: darkblue;
  border-radius: 15px;
  padding: 1rem;
  height: 6rem;
}

.cards {
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
}
