diff --git a/123.html b/123.html
new file mode 100644
index 000000000..e69de29bb
diff --git a/Lesson01-Git/newFile.js b/Lesson01-Git/newFile.js
new file mode 100644
index 000000000..e69de29bb
diff --git a/Lesson02-HTML-CSS/homework/homework.html b/Lesson02-HTML-CSS/homework/homework.html
index b722c6acc..c6edb9e59 100644
--- a/Lesson02-HTML-CSS/homework/homework.html
+++ b/Lesson02-HTML-CSS/homework/homework.html
@@ -1 +1,52 @@
-
\ No newline at end of file
+
+
+
+
+
+
+
+ Ivan's HTML homework
+
+
+
+
+
+
Ivan
+ Lambda School
+ HTML/CSS homework
+
+
+
Soft fluffy texture that burst sweetness in your mouth.
+
Pinoy Cuisine
+
+
+
+ -
+
+
+ -
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Lesson02-HTML-CSS/homework/styles.css b/Lesson02-HTML-CSS/homework/styles.css
new file mode 100644
index 000000000..68af6e89b
--- /dev/null
+++ b/Lesson02-HTML-CSS/homework/styles.css
@@ -0,0 +1,17 @@
+h1{
+ color:chocolate;
+}
+img{
+ width: 400px;
+}
+#thirdDiv{
+ height: 600px;
+ width: 500px;
+ background-color: lime;
+ padding: 50px;
+ border: 3px solid blue;
+}
+#spanId{
+ margin: 50px;
+ font-size: 18px;
+}
\ No newline at end of file
diff --git a/Lesson03-CSS-Positioning/homework/homework.css b/Lesson03-CSS-Positioning/homework/homework.css
index a45394a92..959bddc45 100644
--- a/Lesson03-CSS-Positioning/homework/homework.css
+++ b/Lesson03-CSS-Positioning/homework/homework.css
@@ -8,36 +8,55 @@ in this folder, you are in the wrong place.
/* We will start this one off for you: */
#exerciseOne {
-
+ display:block;
+ text-align: center;
+
}
/* Exercise Two: Positioning a Header Bar*/
/* Place code here */
+#exerciseTwo{
+ display: none;
-
+}
/* Exercise Three: */
/* Place code here */
-
+#exerciseThree{
+ position: relative;
+ top: 100px;
+ left: 200px;
+}
/* Exercise Four: */
/* Place code here */
-
+#exerciseFour{
+ position: fixed;
+ top: 0;
+ left: 0;
+}
/* Exercise Five */
/* Place code here */
-
+#exerciseFive{
+ display:flex;
+ justify-content: space-between;
+ flex-direction: row-reverse;
+}
/* Exercise Six */
#exerciseSeven {
display: flex;
+ justify-content: space-evenly;
+ align-items: center;
}
+
diff --git a/newFile.js b/newFile.js
new file mode 100644
index 000000000..e69de29bb