From 889dcd60ad67f6274015d4025c87ff84e9d71a7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Jel=C3=ADnek?= Date: Wed, 21 Sep 2022 12:20:45 +0200 Subject: [PATCH] update css --- 02.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/02.css b/02.css index cfcad44..d266bba 100644 --- a/02.css +++ b/02.css @@ -1,3 +1,7 @@ h1{ color: red; -} \ No newline at end of file +} +h3{ + color: blue; + background-color: blueviolet; +}