diff --git a/css/exercises/index.html b/css/exercises/index.html new file mode 100644 index 0000000000..69f47f9239 --- /dev/null +++ b/css/exercises/index.html @@ -0,0 +1,22 @@ + + +
+ + +Web Development is a very cool skill that I love learning!
+I love making websites because all I have to do is reload the page to see the changes I have made!
+ + diff --git a/css/exercises/script.js b/css/exercises/script.js new file mode 100644 index 0000000000..3bbac89f48 --- /dev/null +++ b/css/exercises/script.js @@ -0,0 +1 @@ +// You do not need to do anything with script.js right now! Later, we will learn how to add JavaScript to websites! diff --git a/css/exercises/styles.css b/css/exercises/styles.css new file mode 100644 index 0000000000..3b88bed453 --- /dev/null +++ b/css/exercises/styles.css @@ -0,0 +1 @@ +/* Start adding your styling below! */