diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..cf4a9e7 --- /dev/null +++ b/css/style.css @@ -0,0 +1,3 @@ +body{ + background-color: lightblue; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..47780bf --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ + + +
+ + + + +Lorem, ipsum dolor sit amet consectetur adipisicing elit. Natus, deserunt exercitationem? Reiciendis totam laborum voluptas commodi, consequatur facilis, nam, aspernatur maiores dolore alias quaerat esse repudiandae deleniti aliquid culpa praesentium.
+ + \ No newline at end of file diff --git a/js/index.js b/js/index.js new file mode 100644 index 0000000..e69de29