From b5b3be6d6888a517fd899448c328aee750118dbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=C3=ADna=20Kohutov=C3=A1?= Date: Wed, 21 Sep 2022 12:16:05 +0200 Subject: [PATCH] update web --- 01.html | 3 +++ 02.css | 6 +++++- 03.js | 4 +++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/01.html b/01.html index 89cbb3d..f315eb5 100644 --- a/01.html +++ b/01.html @@ -5,10 +5,13 @@ wtl + +

wtl - git procvičení

lorem impus lorem impus

Lorem ipsum dolor sit amet consectetur adipisicing elit. Sed nemo soluta, eos accusamus beatae, et nam expedita omnis, impedit sequi porro facilis fugiat amet mollitia ducimus explicabo ex rerum. Sit?

+ \ No newline at end of file diff --git a/02.css b/02.css index 11fe5dc..e9f4de2 100644 --- a/02.css +++ b/02.css @@ -1 +1,5 @@ -h1 {color: pink;} \ No newline at end of file +h1 {color: pink;} + +h3 {color: rebeccapurple;} + +h2 {color: royalblue;} \ No newline at end of file diff --git a/03.js b/03.js index d96f16a..5c257fa 100644 --- a/03.js +++ b/03.js @@ -1 +1,3 @@ -console.log("Hello JS") \ No newline at end of file +console.log("Hello JS") + +console.log("end of time") \ No newline at end of file