From 988599a62743e9ca7cb024946c546e2ad9cc59f7 Mon Sep 17 00:00:00 2001 From: georgia Date: Mon, 12 Dec 2022 08:56:47 +0100 Subject: [PATCH] t --- css/text.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/css/text.css b/css/text.css index 0cc1cfc..09ea4ec 100644 --- a/css/text.css +++ b/css/text.css @@ -13,15 +13,16 @@ div { height: 50px; - width: 200px; + width: 2000px; font-weight: bold ; - color: aliceblue; + color:aliceblue; position: fixed; top: 50%; left: 50%; margin-top: -100px; margin-left: -150px; - font: size 2000px; + font-size: 50px; + font-family: Verdana, Geneva, Tahoma, sans-serif; } body{