From f04c3fe5b8a89924bd696d756159a796edc3a5c8 Mon Sep 17 00:00:00 2001 From: Cristiano Pires Date: Wed, 15 Mar 2023 13:27:28 +0000 Subject: [PATCH] more css --- public/css/index.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/public/css/index.css b/public/css/index.css index 133255b..b6b46f9 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -67,20 +67,25 @@ a h1 { display: block; - padding-top: 22%; color: rgb(0, 183, 255); font-size: 50px; font-family: 'Lato', sans-serif; font-weight: bolder; text-align: center; + position: absolute; + height: 1em; + left: 50%; + top: 30%; + transform: translateX(-50%); } .h3 { text-align: center; - position: relative; - - padding-top: 1%; + position: absolute; + top: 38%; + left: 50%; + transform: translateX(-50%) } .Container {