diff --git a/wiki/index.html b/wiki/index.html
index d77a05f..60ce4d1 100644
--- a/wiki/index.html
+++ b/wiki/index.html
@@ -1,12 +1,32 @@
-
WIKI
+
+
+
+
+
+
- Tealeaf
+ Tealeaf
\ No newline at end of file
diff --git a/wiki/wiki.css b/wiki/wiki.css
new file mode 100644
index 0000000..3ff877c
--- /dev/null
+++ b/wiki/wiki.css
@@ -0,0 +1,47 @@
+body
+{
+ margin: 0;
+ background: rgb(36, 44, 44);
+
+ text-align: left;
+}
+
+#text-color
+{
+ color : rgb(142, 167, 167)
+}
+
+img
+{
+ border-radius: 5% 10% 50%;
+}
+
+#tip-title
+{
+ font-size:4.5vw;
+ margin-bottom:10%;
+}
+
+#top-title
+{
+ text-transform:capitalize;
+ line-height:normal;
+ text-align:left;
+}
+
+#header-titles
+{
+ width:100%;
+ margin-left:0;
+ text-align: left;
+ float: left;
+}
+
+#header-image
+{
+ width:20%;
+ margin-right: 16px;
+ margin-bottom: 32px;
+ text-align:left;
+ float: left;
+}
\ No newline at end of file