• vul de letterfamilies aan, voorbeeld: font-family: arial,helvetica,sans-serif
• plaats een # voor kleurcodes (niet voor kleurnamen), voorbeeld: white = #ffffff


div {
    background-color: ;
    width: px;
    text-align: ;
}

.kop {
    font-family: ;
    color: ;
    font-size: px;
    line-height: 0px;
    padding-bottom: px;
    font-weight: ;
    text-transform: ;
    letter-spacing: px;
}
        
.plattetekst {
    font-family: ;
    color: ;
    font-size: px;
    line-height: 0px;
    font-weight: ;
    text-transform: ;
    letter-spacing: px;
}