From ace2695d7fc31881e4cdaeac57a4acd902c90df7 Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Mon, 11 Oct 2021 12:38:27 -0700 Subject: [PATCH 1/5] Update styles.css --- css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index da5ea95..506f6f8 100644 --- a/css/styles.css +++ b/css/styles.css @@ -168,7 +168,7 @@ html { /* blog */ .blog { background: grey; - width: 300px; + width: 900px; height: 300px; border: 150px; border-radius: 20px; From 638e90e858d92cc14859c165db2a0d301c8acdd0 Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Mon, 11 Oct 2021 12:42:31 -0700 Subject: [PATCH 2/5] Update blog.html --- blog.html | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/blog.html b/blog.html index 720bea0..3b28d33 100644 --- a/blog.html +++ b/blog.html @@ -35,14 +35,8 @@
-
-
-

Work In Progress

-
-
-

Work In Progress

-
-

Work In Progress

+
+

Work In Progress

@@ -60,4 +54,4 @@ }); - \ No newline at end of file + From a2cd51deae3e9908ebad1c311a85ad0b9f80fd39 Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Mon, 11 Oct 2021 12:44:22 -0700 Subject: [PATCH 3/5] Update blog.html --- blog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog.html b/blog.html index 3b28d33..9fbba60 100644 --- a/blog.html +++ b/blog.html @@ -36,7 +36,7 @@
-

Work In Progress

+

Work In Progress

From 56934cf46a5e91f2808edd6f30f96cc661997c66 Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Mon, 11 Oct 2021 12:48:32 -0700 Subject: [PATCH 4/5] Update styles.css --- css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 506f6f8..52bc02e 100644 --- a/css/styles.css +++ b/css/styles.css @@ -169,7 +169,7 @@ html { .blog { background: grey; width: 900px; - height: 300px; + height: 1800px; border: 150px; border-radius: 20px; line-height: 1.5; From 4433a1523dbffbafd5d4c7b3e6fc056a4ec39116 Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Mon, 11 Oct 2021 12:53:09 -0700 Subject: [PATCH 5/5] Update styles.css --- css/styles.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index 52bc02e..fe572f0 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 { @@ -29,8 +30,8 @@ } .header a:hover { - background-color: #BBBBBB; - color: black; + transform: scale(1.1); + cursor: pointer; } .header a.active {