:enabled :invalid :placeholder-shown :disabled :in-range :user-error :checked :out-of-range :indeterminate :default :required :read-only :valid :optional :read-write
[aria-required] [aria-invalid="true"]↪
:enabled :invalid :placeholder-shown :disabled :in-range :user-error :checked :out-of-range :indeterminate :default :required :read-only :valid :optional :read-write
[aria-required] [aria-invalid="true"]↪
* { 0 - 0 - 0 } li, p, ::before { 0 - 0 - 1 } .class, [type] { 0 - 1 - 0 } #soPowerful { 1 - 0 - 0 }
ul > li { 0 - 0 - 2 } ul li { 0 - 0 - 2 } li ~ li { 0 - 0 - 2 } li:nth-of-type(n+2) { 0 - 1 - 1 } h1 + h2 { 0 - 0 - 2 } header h2 { 0 - 0 - 2 }
li { 0 - 0 - 1 } :not(li) { 0 - 0 - 1 } .someClass { 0 - 1 - 0 } :not(.someClass) { 0 - 1 - 0 } #someId { 1 - 0 - 0 } :not(#someId) { 1 - 0 - 0 } input[type=checkbox] { 0 - 1 - 1 } input:not([type=checkbox]) { 0 - 1 - 1 }
.disabled {cursor: default !important;} p.btn {cursor: pointer;}
.disabled.disabled.disabled {cursor: default;} p.btn {cursor: pointer;}
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 329" preserveAspectRatio="xMidYMid meet"> <title>Clown Car</title> <style> svg { background-repeat: no-repeat; background-size: auto; } @media screen and (max-width: 300px) { svg {background-image: url(images/small.png); } } @media screen and (min-width: 301px) and (max-width: 600px) { svg {background-image: url(images/medium.png);} } @media screen and (min-width: 601px) and (max-width: 900px) { svg {background-image: url(images/big.png); } } @media screen and (min-width: 901px) { svg {background-image: url(images/huge.png); } } </style> </svg>
88KB
+
4KB
<
551KB
div { background-image:url(images/frame.jpg); mask: url(images/framemask.png); }
pointer-events: none; -webkit-user-modify: read-write-plaintext-only; -moz-user-modify: read-write; user-modify: read-write;</pre>