Skip to content

Latest commit

 

History

History
executable file
·
13 lines (11 loc) · 315 Bytes

File metadata and controls

executable file
·
13 lines (11 loc) · 315 Bytes

Was kommt am Ende raus?

    <h1 class="specificity">Beispiel Headline</h1>
    h1.specificity:not(#spezi) { color: blue;}
    h1.specificity:not(.spezi) { color: maroon;}
    h1.specificity:not(h1#spezi) { color: yellow;}
    h1.specificity { color: #000;}
    .specificity { color: green;}