diff --git a/session-homework/5th/welcome.css b/session-homework/5th/welcome.css new file mode 100644 index 0000000..4afa3e2 --- /dev/null +++ b/session-homework/5th/welcome.css @@ -0,0 +1,7 @@ +.hidden{ + display : none; +} + +body{ + background-color: beige; +} \ No newline at end of file diff --git a/session-homework/5th/welcome.html b/session-homework/5th/welcome.html new file mode 100644 index 0000000..ed76169 --- /dev/null +++ b/session-homework/5th/welcome.html @@ -0,0 +1,19 @@ + + + + + + + + Welcome :D + + +
+ + +
+

+ + + \ No newline at end of file diff --git a/session-homework/5th/welcome.js b/session-homework/5th/welcome.js new file mode 100644 index 0000000..e69de29