From 112435ba5e8bedb571c4daba35563b8af1e10926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Bana=C5=9B?= Date: Wed, 21 Aug 2024 09:48:24 +0200 Subject: [PATCH] rozwiazanie --- readme.md | 5 +++-- src/index.html | 18 ++++++++++++++++++ src/style.css | 13 +++++++++++++ 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index fca5f5e388..5546af2040 100644 --- a/readme.md +++ b/readme.md @@ -21,5 +21,6 @@ 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://Karol Banaś.github.io/layout_hello-world/) +- [TEST REPORT LINK](https://Karol Banaś.github.io/layout_hello-world/report/html_report/) diff --git a/src/index.html b/src/index.html index e69de29bb2..070cfb79d6 100644 --- a/src/index.html +++ b/src/index.html @@ -0,0 +1,18 @@ + + + + + + + Document + + +

Hello, world!

+ + diff --git a/src/style.css b/src/style.css index c4301db288..fa4349f6b2 100644 --- a/src/style.css +++ b/src/style.css @@ -1 +1,14 @@ /* styles go here */ +.text { + color: darkmagenta; + position: relative; + top: 200px; + margin-top: 20px; + height: 100px; + padding-top: 20px; +} + +.body { + font-size: 10px; + font-family: 'Times New Roman', Times, serif; +}