zadanie1
Data utworzenia: 2024-11-25 11:19:59
body {
font-family: sans-serif;
font-size: 24px;
background-color: black;
color: white;
}
li:nth-child(even) {
color: red;
}
span:first-of-type{
color: lime;
}
.zad>p:first-child{
color: blue
}
.zad>p:last-child{
color: blue
}
Powrót