diff --git a/01.html b/01.html index a593603..78382e6 100644 --- a/01.html +++ b/01.html @@ -5,10 +5,12 @@ WTLt +

WTL - git procvičení

Lorem ipsum dolor sit amet consectetur adipisicing elit. Minus deleniti tempora fugit commodi reprehenderit sapiente. Eaque voluptate perferendis ut sapiente distinctio tempora dolorum rerum, eum porro amet id? Nisi, totam!

Lorem ipsum dolor sit amet consectetur adipisicing elit. Animi voluptate eveniet minima recusandae praesentium omnis placeat. Molestias officiis fugiat ullam reiciendis tempora dolor ad! Expedita, eos tempore. Labore, fugiat aut.

+ \ No newline at end of file diff --git a/02.css b/02.css index 4701bfb..1381a00 100644 --- a/02.css +++ b/02.css @@ -1,3 +1,5 @@ h1 { color: blueviolet; -} \ No newline at end of file +} +h3 { color: chartreuse; +background-color: cornsilk;} \ 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 diff --git a/README.md b/README.md index 3bc09e5..390160c 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,6 @@ repozitář pro předmět WTL ### soubory -- 01.html - prvni soubor \ No newline at end of file +- 01.html - prvni soubor +- 02.css - styl stránky +- 03 funkce stránky \ No newline at end of file