From 93b7522e41afd6e4be265618eb78337c92cc2b8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zuzana=20Dufkov=C3=A1?= Date: Wed, 21 Sep 2022 12:16:00 +0200 Subject: [PATCH] update web --- 01.html | 2 ++ 02.css | 8 ++++++++ 03.js | 3 ++- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/01.html b/01.html index bb3ca7d..d6d6a81 100644 --- a/01.html +++ b/01.html @@ -5,11 +5,13 @@ WTL +

WTL - git procvičení

lorem impus lorem impus

Lorem ipsum dolor sit amet, consectetur adipisicing elit. A pariatur tempora, unde, distinctio, labore nisi necessitatibus ea molestiae cupiditate nam eveniet dolor facere dicta eos et? Consectetur facere quia quaerat!

+ \ No newline at end of file diff --git a/02.css b/02.css index e69de29..7f8d59a 100644 --- a/02.css +++ b/02.css @@ -0,0 +1,8 @@ +h1 { + color: pink; +} + +h3 { + color: purple; + background-color: green; +} \ No newline at end of file diff --git a/03.js b/03.js index ae44b3e..3fafb10 100644 --- a/03.js +++ b/03.js @@ -1 +1,2 @@ -console.log("Hello JS"); \ No newline at end of file +console.log("Hello JS"); +console.log("End of Line"); \ No newline at end of file