Dies ist eine Demo Seite für das Box Model, Teil von Kapitel CSS Properties.

Die große Überschrift

Und hier der CSS Code nochmal sichtbar gemacht:

h1 {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    border-width: 4px;
    border-color: red;
    padding: 10px 5px 10px 5px;
    margin: 0;
    background-color: #ddd;
  }