diff --git a/index.html b/index.html
index d969aa1..fae35e6 100644
--- a/index.html
+++ b/index.html
@@ -59,6 +59,23 @@ cat.purplebored.pl - Just a simple cat site which grabs random cat pics. You can
My Timezone: Europe/Warsaw
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/style.css b/style.css
index 7a33186..02b18a6 100644
--- a/style.css
+++ b/style.css
@@ -94,3 +94,35 @@ a {
font-size: large;
}
/* End of the Blog content 2thingy */
+
+/* That sick badge / banner thing */
+.banner1 {
+ position: fixed;
+ top: 89px;
+ right: 10px;
+}
+
+.banner2 {
+ position: fixed;
+ top: 123px;
+ right: 10px;
+}
+
+.banner3 {
+ position: fixed;
+ top: 160px;
+ right: 10px;
+}
+
+.banner4 {
+ position: fixed;
+ top: 200px;
+ right: 10px;
+}
+
+.banner5 {
+ position: fixed;
+ top: 234px;
+ right: 10px;
+}
+/* End of that sick badge thingy */
\ No newline at end of file