From 59f02f350775a0f947979f8c6d59948c4dd2b035 Mon Sep 17 00:00:00 2001 From: giess Date: Mon, 4 Nov 2024 21:42:43 +0200 Subject: [PATCH] add task solution --- readme.md | 4 ++-- src/index.html | 14 ++++++++++++++ src/style.css | 4 ++++ 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index fca5f5e388..9bce545b0c 100644 --- a/readme.md +++ b/readme.md @@ -21,5 +21,5 @@ and use this [VSCode settings](https://mate-academy.github.io/fe-program/tools/v ## Demo Links Replace `` with your Github username and copy the links to Pull Request description: -- [DEMO LINK](https://.github.io/layout_hello-world/) -- [TEST REPORT LINK](https://.github.io/layout_hello-world/report/html_report/) +- [DEMO LINK](https://.github.io/layout_hello-world/) +- [TEST REPORT LINK](https://.github.io/layout_hello-world/report/html_report/) diff --git a/src/index.html b/src/index.html index e69de29bb2..03c41557ad 100644 --- a/src/index.html +++ b/src/index.html @@ -0,0 +1,14 @@ + + + + + + Document + + +

Hello, world!

+ + diff --git a/src/style.css b/src/style.css index c4301db288..c82348bad9 100644 --- a/src/style.css +++ b/src/style.css @@ -1 +1,5 @@ /* styles go here */ +h1 { + color: gray; + font-weight: 10px; +}