diff --git a/02.css b/02.css index c2140b8..366aa71 100644 --- a/02.css +++ b/02.css @@ -1,3 +1,8 @@ h1 { color: blue; +} + +h3{ + color: green; + background-color: rgb(253, 31, 116); } \ No newline at end of file diff --git a/03.js b/03.js index d96f16a..431d3b5 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 Line") +console.log("Begin of End") \ No newline at end of file diff --git a/peni.html b/peni.html index 000230d..98040d1 100644 --- a/peni.html +++ b/peni.html @@ -5,10 +5,12 @@
Lorem ipsum dolor sit amet consectetur adipisicing elit. Facere dicta nulla incidunt praesentium dolorum sunt omnis in maiores nihil. Iure nesciunt odio ex molestias nobis voluptatibus? Fuga sit nulla nesciunt.
+