diff --git a/README.md b/README.md
index 8ed5b9ded12b04ba409dc6bb58e496e53347ba83..910b7b42f91e1ac9c31fb44dc6b4f8ce6466de36 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,38 @@
 # it-home
+
+[Homepage](https://www.uab.edu/it/home/)
+
+**CSS Changes**
+
+body.linear #banner::after {
+    content: "";
+    position: absolute;
+    top: 0;
+    right: 0;
+    bottom: 0;
+    left: 0;
+    z-index: -100;
+    background: #295135;
+    mix-blend-mode: multiply;
+    opacity: .9;
+}
+
+body.linear #whitebox {
+    overflow: visible;
+    margin: 6.4rem auto;
+    max-width: 1280px;
+    background: none;
+}
+
+body.linear [id=whitebox] .moduletable.alert:last-child {
+    margin-bottom: 6.4rem;
+}
+
+body.linear [id=whitebox] .section {
+    margin: 6.4rem 0;
+}
+
+
+
+
+