From cb9a2fbe705dc5090a8ee0646caf00855a8d1610 Mon Sep 17 00:00:00 2001 From: David Kutina Date: Wed, 21 Sep 2022 12:16:01 +0200 Subject: [PATCH] update web --- 01.html | 2 ++ 02.css | 4 ++++ 03.js | 3 ++- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/01.html b/01.html index a913a27..103f776 100644 --- a/01.html +++ b/01.html @@ -5,10 +5,12 @@ WTL +

WTL - git procvičení

lorem impus lorem impus

Lorem ipsum dolor sit amet consectetur adipisicing elit. Ex fuga quae consequatur omnis facilis delectus quibusdam, dicta minima laudantium amet debitis nemo illum reiciendis earum labore deleniti quaerat fugit possimus!

+ \ No newline at end of file diff --git a/02.css b/02.css index 5377a97..1be9196 100644 --- a/02.css +++ b/02.css @@ -1,3 +1,7 @@ h1 {color: red; +} + +h3 {color: royalblue; + background-color: tan; } \ No newline at end of file diff --git a/03.js b/03.js index d96f16a..08f6133 100644 --- a/03.js +++ b/03.js @@ -1 +1,2 @@ -console.log("Hello JS") \ No newline at end of file +console.log("End of line") +console.log("Begin of End") \ No newline at end of file