diff --git a/blog.html b/blog.html index 720bea0..9fbba60 100644 --- a/blog.html +++ b/blog.html @@ -35,13 +35,7 @@
-
-
-

Work In Progress

-
-
-

Work In Progress

-
+

Work In Progress

@@ -60,4 +54,4 @@ }); - \ No newline at end of file + diff --git a/css/styles.css b/css/styles.css index cb3f69e..fff1be0 100644 --- a/css/styles.css +++ b/css/styles.css @@ -9,6 +9,7 @@ overflow: hidden; background-color: #333333; padding: 20px 10px; + transition: all 0.2s ease-in-out; } .header a { @@ -169,8 +170,8 @@ html { /* blog */ .blog { background: grey; - width: 300px; - height: 300px; + width: 900px; + height: 1800px; border: 150px; border-radius: 20px; line-height: 1.5;