From af9d3ac41e0b197ff6c53b4e6f1d66f6e02f3321 Mon Sep 17 00:00:00 2001 From: georgia Date: Mon, 12 Dec 2022 09:05:20 +0100 Subject: [PATCH] hg --- text.css | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 text.css diff --git a/text.css b/text.css deleted file mode 100644 index 0cc1cfc..0000000 --- a/text.css +++ /dev/null @@ -1,33 +0,0 @@ -.B { - display: grid; - grid-template-columns: repeat(5, 1fr); - gap: 20px; - list-style: none; - line-height: 1.55; - font-size: x-large; - font-family: Georgia, 'Times New Roman', Times, serif; - background-color:bisque - -} - - -div { - height: 50px; - width: 200px; - font-weight: bold ; - color: aliceblue; - position: fixed; - top: 50%; - left: 50%; - margin-top: -100px; - margin-left: -150px; - font: size 2000px; -} - -body{ - font-family: AeonikPro-Bold,Arial,sans-serif; - font-size: .9333333333rem; - letter-spacing: 0; ; -} - -nav a:hover {font-weight: bold;}