pseudoklasy3 css

Data utworzenia: 2024-11-25 10:31:38
*{ margin: 0; padding: 0; box-sizing: border-box; } body { font-family: sans-serif; font-size: 24px; background-color: black; color: white; } div { margin: 30px; } p:first-child{ color: green; } p:last-child{ color: green; } p:first-of-type{ color: purple; } p:last-of-type{ color: tomato; }
Powrót