From 930de9f072ac24b96fe00814f77d6f93c88431bb Mon Sep 17 00:00:00 2001 From: structix Date: Thu, 2 May 2019 14:24:29 +0200 Subject: [PATCH] typo --- uebung1/css-selektoren.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uebung1/css-selektoren.html b/uebung1/css-selektoren.html index 4e71f78..6b1095f 100644 --- a/uebung1/css-selektoren.html +++ b/uebung1/css-selektoren.html @@ -19,7 +19,7 @@ } #first-div { - backround-color: red; + background-color: red; } h1 + p {