Skip to content

Latest commit

 

History

History
executable file
·
11 lines (9 loc) · 199 Bytes

File metadata and controls

executable file
·
11 lines (9 loc) · 199 Bytes

Welche Farbe haben die beiden DIVs?

    <div class="red blue"></div>
    <div class="blue red"></div>
    .red { background-color: red;}
    .blue {background-color: blue;}