From f4fdca30caac1203d1454433505db22845ba0b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20=C5=A0ubr?= Date: Fri, 9 Oct 2020 11:42:42 +0200 Subject: [PATCH] h1 --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index cf4a9e7..2a5ea85 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,7 @@ body{ background-color: lightblue; +} + +h1{ + color: indigo; } \ No newline at end of file