diff --git a/solutions/01_hello_html/hello.html b/solutions/01_hello_html/hello.html
deleted file mode 100644
index d975ef8..0000000
--- a/solutions/01_hello_html/hello.html
+++ /dev/null
@@ -1 +0,0 @@
-This is just an example! Hehe.
\ No newline at end of file
diff --git a/solutions/Html_Css/01_hello_html/hello.html b/solutions/Html_Css/01_hello_html/hello.html
new file mode 100644
index 0000000..ffc7ba1
--- /dev/null
+++ b/solutions/Html_Css/01_hello_html/hello.html
@@ -0,0 +1,9 @@
+
+
+
+ Hello World
+
+
+
Hello, World!
+
+
\ No newline at end of file
diff --git a/solutions/Html_Css/02_headBody_html/headBody.html b/solutions/Html_Css/02_headBody_html/headBody.html
new file mode 100644
index 0000000..a94b41c
--- /dev/null
+++ b/solutions/Html_Css/02_headBody_html/headBody.html
@@ -0,0 +1,11 @@
+
+
+
+
+ Hello!
+
+
+
+ World!
+
+
\ No newline at end of file
diff --git a/solutions/Html_Css/03_img_html/img.html b/solutions/Html_Css/03_img_html/img.html
new file mode 100644
index 0000000..54bc6dc
--- /dev/null
+++ b/solutions/Html_Css/03_img_html/img.html
@@ -0,0 +1,19 @@
+
+
+
+
+ Images
+
+
+
+
+
+
This is a map!
+
+
Yea! I found the treasure!
+
+
\ No newline at end of file
diff --git a/solutions/Html_Css/04_div_html/div.html b/solutions/Html_Css/04_div_html/div.html
new file mode 100644
index 0000000..1cbed97
--- /dev/null
+++ b/solutions/Html_Css/04_div_html/div.html
@@ -0,0 +1,16 @@
+
+
+
+
+ Im a div!
+
+
+
+
+
+
+
+
This is a treasure map!
+
+
+
\ No newline at end of file
diff --git a/solutions/Html_Css/05_My_First_Website/index.html b/solutions/Html_Css/05_My_First_Website/index.html
new file mode 100644
index 0000000..630f227
--- /dev/null
+++ b/solutions/Html_Css/05_My_First_Website/index.html
@@ -0,0 +1,12 @@
+
+
+
+
+ Jovan's First Website - Home
+
+
+
+
+
This is the index!
+
+
\ No newline at end of file
diff --git a/solutions/Html_Css/05_My_First_Website/page1.html b/solutions/Html_Css/05_My_First_Website/page1.html
new file mode 100644
index 0000000..72a51d8
--- /dev/null
+++ b/solutions/Html_Css/05_My_First_Website/page1.html
@@ -0,0 +1,12 @@
+
+
+
+
+ Jovan's First Website - Page 1
+
+
+
+
+
This is the first page!
+
+
\ No newline at end of file
diff --git a/solutions/Html_Css/05_My_First_Website/page2.html b/solutions/Html_Css/05_My_First_Website/page2.html
new file mode 100644
index 0000000..327d71a
--- /dev/null
+++ b/solutions/Html_Css/05_My_First_Website/page2.html
@@ -0,0 +1,12 @@
+
+
+
+
+ Jovan's First Website - Page 2
+
+
+
+
+
This is the second page!
+
+
\ No newline at end of file
diff --git a/solutions/Html_Css/05_My_First_Website/page3.html b/solutions/Html_Css/05_My_First_Website/page3.html
new file mode 100644
index 0000000..26bc203
--- /dev/null
+++ b/solutions/Html_Css/05_My_First_Website/page3.html
@@ -0,0 +1,12 @@
+
+
+
+
+ Jovan's First Website - Page 3
+
+
+
+
+ This is the third page!
+
+
\ No newline at end of file
diff --git a/solutions/Html_Css/05_My_First_Website/style.css b/solutions/Html_Css/05_My_First_Website/style.css
new file mode 100644
index 0000000..c06e8d2
--- /dev/null
+++ b/solutions/Html_Css/05_My_First_Website/style.css
@@ -0,0 +1,3 @@
+p{
+ text-align: center;
+}
\ No newline at end of file
diff --git a/solutions/Html_Css/06_My_Site/index.html b/solutions/Html_Css/06_My_Site/index.html
new file mode 100644
index 0000000..df24738
--- /dev/null
+++ b/solutions/Html_Css/06_My_Site/index.html
@@ -0,0 +1,17 @@
+
+
+
+
+ Jovan's Site
+
+
+
+
+