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