diff --git a/02.css b/02.css index e69de29..43cc8c6 100644 --- a/02.css +++ b/02.css @@ -0,0 +1,3 @@ +h1 { + color: yellow; +} \ No newline at end of file diff --git a/03.js b/03.js new file mode 100644 index 0000000..d96f16a --- /dev/null +++ b/03.js @@ -0,0 +1 @@ +console.log("Hello JS") \ No newline at end of file