From f924076d17141675d681fc592f344be014800343 Mon Sep 17 00:00:00 2001 From: structix Date: Thu, 2 May 2019 14:23:48 +0200 Subject: [PATCH] Css --- uebung1/css-selektoren.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uebung1/css-selektoren.html b/uebung1/css-selektoren.html index 5a9ac60..4e71f78 100644 --- a/uebung1/css-selektoren.html +++ b/uebung1/css-selektoren.html @@ -10,7 +10,7 @@ } div { - background: lightyellow; + background-color: lightyellow; padding: 1em; margin: 1em; } @@ -19,7 +19,7 @@ } #first-div { - backround: red; + backround-color: red; } h1 + p { @@ -27,7 +27,7 @@ font-size: 150%; } - #third-div { + #third-div:first-letter { font-size: 300%; }