.box{
    width: 400px;
    height: 400px;
    background: red;
    display: grid;
    place-items: center;
    color: white;
 }

 .box::before{
    content: "Bredde 960px";
 }
 