diff --git a/Project-01/style.css b/Project-01/style.css index ac418b9..c4d1ecc 100644 --- a/Project-01/style.css +++ b/Project-01/style.css @@ -4,6 +4,7 @@ margin: 0; padding: 0; box-sizing: border-box; + font-family: "Poppins", sans-serif; } body { @@ -12,7 +13,7 @@ body { justify-content: center; align-items: center; min-height: 100vh; - font-family: "Poppins", sans-serif; + } .container { diff --git a/Project-08/index.html b/Project-08/index.html index cbe6c8f..32e61d5 100644 --- a/Project-08/index.html +++ b/Project-08/index.html @@ -12,7 +12,7 @@