Menu
×
×
Prawidłowy!

Ćwiczenie:

Ustaw kolor wszystkich elementów <p> na czerwony.

<styl> p { kolor: czerwony; } </style>

Not Correct

Click here to try again.

Correct!

Next ❯
<style>

  
  
  




Przejdź do w3schools.com
Zresetuj wynik
Zamknij to menu
"; txt += " '; txt += ' MOJA STRONA'; txt += ' '; txt += ' '; txt += ' '; txt += ' '; txt += ' '; txt += ' '; document.getElementById("userprogress").innerHTML = txt; x = Math.round((userscore/liczbaćwiczeń) * 100); stopnie = x * 3,6; jeśli (stopnie > 359) stopnie = 359; document.getElementById("mypage_circle1").setAttribute("d", descriptionArc(26, 35, 24, 0, 359)); document.getElementById("mypage_circle2").setAttribute("d", descriptionArc(26, 35, 24, 0, stopnie)); document.getElementsByClassName("exercisemenuinner")[0].style.top = "169px"; } } function polarToCartesian(centerX, centerY, radius, angleInDegrees) { var angleInRadians = (angleInDegrees-90) * Math.PI / 180.0; return { x: centerX + (promień * Math.cos(angleInRadians)), y: centerY + (radius * Math.sin(angleInRadians)) }; } funkcja opiszArc(x, y,radius, startAngle, endAngle){ var start = polarToCartesian(x, y, radius, endAngle); var end = polarToCartesian(x, y, radius, startAngle); var largeArcFlag = endAngle - startAngle

Ukończono 0 z 138 ćwiczeń:

Selektory CSS
Jak to zrobić...
Tło CSS
Obramowanie CSS
Margines CSS
Dopełnienie CSS
Wysokość/szerokość CSS
Model skrzynki CSS
Zarys CSS
Tekst CSS
css-czcionka
Linki CSS
Listy CSS
Tabele CSS
Wyświetlanie/widoczność CSS
Pozycjonowanie CSS
CSS Z-indeks
Przepełnienie CSS
Wyrównanie CSS
Kombinatory CSS
CSS Pseudo-klasy
CSS Pseudo-elementy
Krycie CSS
Selektory atrybutów CSS
Zaokrąglone rogi CSS
Obrazy obramowania CSS
Tła CSS
Kolory CSS
Gradienty CSS
Efekty cieni CSS
Efekty tekstowe CSS
Czcionki internetowe CSS
Przekształcenia CSS 2D
Przekształcenia CSS 3D
Przejścia CSS
Animacje CSS

×

Zresetować wynik?

To zresetuje wynik WSZYSTKICH 138 ćwiczeń.

Jesteś pewien, że chcesz kontynuować?



×

Gratulacje!

Ukończyłeś wszystkie 138 ćwiczeń CSS.

Podziel się swoim wynikiem:



Zostać certyfikowanym!

Take our CSS Developer Certificate to prove that you have fundamental knowledge of web development using CSS.