From 7f64d34323e9c2cf04766b6cdc14cc5273443b59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C5=A0krab=C3=A1nek?= Date: Wed, 21 Sep 2022 12:16:00 +0200 Subject: [PATCH] update web --- 01.html | 2 ++ 02.css | 5 +++++ 03.js | 3 ++- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/01.html b/01.html index 4697155..79f2974 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. Molestias quas laborum sit tempore distinctio numquam atque architecto aliquam iusto libero, minus quia quidem esse illo molestiae nam, non ipsum unde!

+ \ No newline at end of file diff --git a/02.css b/02.css index c2140b8..162aff3 100644 --- a/02.css +++ b/02.css @@ -1,3 +1,8 @@ h1 { color: blue; +} + +h3 { + color:green; + background-color: rebeccapurple; } \ No newline at end of file diff --git a/03.js b/03.js index d96f16a..b763a45 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