1 |
.happy-life { contains: content; } |
From Boris
1 2 3 4 |
#sir-mix-a-lot { background-color: #000; padding-bottom: 100%; } |
From Ian
1 2 3 4 5 6 7 |
.michael-jackson { background: black; } .michael-jackson:hover { background: white; } |
From tihi
1 |
.ghost { color: white; } |
From Goran Markovic
1 2 3 4 |
.ghost { color: white; opacity: 0.1; } |
From Goran Markovic
1 2 3 4 |
.wife { right: 100%; margin: 0; } |
From José
1 2 3 4 5 6 7 |
@import Windows #BSOD { color: blue; content: "IRQL_NOT_LESS_OR_EQUAL"; frequency: 10000Hz; text-color: white; } |
From Luís
1 |
.metalhead { color: #666; } |
From nonox