Listing 7.2. Style CSS (plik style.css)
h1 {
  margin: 20px;
  background: blue;
  color: white;
  border: 4px solid black;
  text-align: center;
}