From c12152244ddbc0828a172d416c2880ae1f048870 Mon Sep 17 00:00:00 2001 From: Birhan Mesfen Date: Mon, 9 Dec 2024 13:13:29 +0000 Subject: [PATCH] updet pex to rem --- Wireframe/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Wireframe/css/style.css b/Wireframe/css/style.css index b7d6d791..ebb79d25 100644 --- a/Wireframe/css/style.css +++ b/Wireframe/css/style.css @@ -1,8 +1,8 @@ body{ background-color:orange; font-family:'Courier New', Courier, monospace; - margin: 0; - padding: 0; + margin: 0rem; + padding: 0rem; display: flex; flex-direction: column; color: aliceblue; @@ -10,7 +10,7 @@ body{ } header h1{ color: #000; - padding: 20; + padding: 20rem; text-align: center; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; }