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