diff --git a/css/style.css b/css/style.css
index a3226fc..4d9be1c 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,3 +1,19 @@
+#musicTable li{
+ position: relative;
+ text-align:
+ width: 200px;
+ height: 100px;
+ text-align: center;
+ line-height: 100px;
+ background-color: #fff;
+ border: 8px solid #666;
+ -webkit-border-radius: 30px;
+ -moz-border-radius: 30px;
+ border-radius: 30px;
+ -webkit-box-shadow: 2px 2px 4px #888;
+ -moz-box-shadow: 2px 2px 4px #888;
+ box-shadow: 2px 2px 4px #888;
+}
/* Team Member CSS
===========================*/
diff --git a/index.html b/index.html
index 37cf706..f27d625 100644
--- a/index.html
+++ b/index.html
@@ -54,7 +54,63 @@
Credit Writers
+
+
+
+
+ Credit Writer
We used the Twitter API to access tweets. That data is then parsed and analized so we can send data to SoCan so they can know where the concert is and for what song theyre getting credit for.
+
+
+
+
+