Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 811 Bytes

csss_cheatsheetz.md

File metadata and controls

1 lines (1 loc) · 811 Bytes

Pseudo classes a:linklink in normal state a:activelink in clicked state a:hoverlink with mouse over it a:visitedvisited link p::after{content:"yo";}add content after p p::beforeadd content before p input:checkedchecked inputs input:disableddisabled inputs input:enabledenabled inputs input:focusinput has focus input:in-rangevalue in range input:out-of-rangeinput value out of range input:validinput with valid value input:invalidinput with invalid value input:optionalno required attribute input:requiredinput with requred attribute input:read-onlywith readonly attribute input:read-writeno readonly attrib. div:emptyelement with no children p::first-letterfirst letter in p p::first-linefirst line in p p:first-of-typefirst of some type p:last-of-typelast of some type p:lang(en)p with en language attribute