diff --git a/Screen_Shot_2020-06-08_at_10.39.26_AM.png b/Screen_Shot_2020-06-08_at_10.39.26_AM.png
new file mode 100644
index 0000000..b9f7cca
Binary files /dev/null and b/Screen_Shot_2020-06-08_at_10.39.26_AM.png differ
diff --git a/Screen_Shot_2020-06-08_at_10.39.36_AM.png b/Screen_Shot_2020-06-08_at_10.39.36_AM.png
new file mode 100644
index 0000000..3faf63e
Binary files /dev/null and b/Screen_Shot_2020-06-08_at_10.39.36_AM.png differ
diff --git a/dojo-icon.png b/dojo-icon.png
new file mode 100644
index 0000000..ff33bd0
Binary files /dev/null and b/dojo-icon.png differ
diff --git a/index.html b/index.html
index 95a6757..6534a14 100644
--- a/index.html
+++ b/index.html
@@ -4,12 +4,13 @@
Document
+
-
+
Coding Dojo
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..c32a25d
--- /dev/null
+++ b/style.css
@@ -0,0 +1,49 @@
+@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
+*{
+ box-sizing: border-box;
+ margin: 0;
+ padding: 0;
+}
+div{
+ background-color:white;
+ align-items: center;
+ padding: 50px;
+}
+.center-box{
+ background-color: blue;
+ margin: 50px;
+ display: flex;
+ justify-content: center;
+ justify-items: center;
+}
+.center-item{
+ background-color: burlywood;
+}
+.container {
+ background-color: rgb(32, 173, 255);
+ display: flex;
+ justify-content: start;
+ margin: 50px;
+ padding: 20px;
+}
+img{
+ margin: 40px;
+}
+h1{
+ color: white;
+ font-family: "Montserrat", sans-serif;
+ font-weight: 500;
+ font-size: 70px;
+ margin-left: 80px;
+}
+ul, li{
+ display:inline;
+ font-family: "Montserrat", sans-serif;
+ font-weight: 500;
+ font-size: 50px;
+ margin-left: 100px;
+}
+ul, li, a{
+ color: white;
+ text-decoration: none;
+}
\ No newline at end of file