From af11bdc677509ac4567490710e5f1c921a31d486 Mon Sep 17 00:00:00 2001 From: Petr Maxa Date: Wed, 21 Sep 2022 12:16:02 +0200 Subject: [PATCH] update web --- 01.html | 2 ++ 02.css | 8 +++++++- 03.js | 3 ++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/01.html b/01.html index 761fb2b..11289f9 100644 --- a/01.html +++ b/01.html @@ -5,6 +5,8 @@ WTL + +

WTL - git procvičení

diff --git a/02.css b/02.css index 64b4fc4..8f84d72 100644 --- a/02.css +++ b/02.css @@ -1,2 +1,8 @@ h1 { - color:blueviolet;} \ No newline at end of file + color:blueviolet;} + + + h3{ + color:chartreuse; + background-color: cornflowerblue; + } \ No newline at end of file diff --git a/03.js b/03.js index 6d2f4f1..3b683a5 100644 --- a/03.js +++ b/03.js @@ -1 +1,2 @@ -console.log("Hello js") \ No newline at end of file +console.log("Begin of End") +console.log("End of Line") \ No newline at end of file