From e89ebc8f3256e5c95286a718ce2b5dce9f2d881f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna=20=C4=BBa=C5=A1ko?= Date: Thu, 2 May 2024 11:10:39 +0000 Subject: [PATCH] Add style.css --- style.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..578aaba --- /dev/null +++ b/style.css @@ -0,0 +1,5 @@ +h1 { + color: red; + font-size: 5px; + } + \ No newline at end of file