From 6040e1aa419e9bad332cb7c4bb4f2b9d455b83c5 Mon Sep 17 00:00:00 2001 From: "Luisa F. Zuluaga" <38857283+LuisaFZ@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:02:01 +0200 Subject: [PATCH] Update styles.css --- css/styles.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/css/styles.css b/css/styles.css index 37c2b44..2bc2571 100644 --- a/css/styles.css +++ b/css/styles.css @@ -6,7 +6,7 @@ hr{ border-width: thick; border-bottom-width: 7px; padding: 10px 0 10px 0; - width: 100% + width: 10% } a{ font-size: 1rem; @@ -57,12 +57,12 @@ h3{ position: absolute; top: 0; left: 0; - padding: 7vw; + padding-top: 50px; } .top-cloud{ position: relative; - left: 20vw; + left: 200px; } .programmer { @@ -84,7 +84,7 @@ h3{ /* move to right */ left:100%; - margin-left:5vw; /* and add a small left margin */ + margin-left:15px; /* and add a small left margin */ /* basic styles */ width:200px; @@ -104,9 +104,6 @@ h3{ .photo { border: 2px solid silver; - width: 60vw; - height: auto; - border-radius: 50%; } .middle-container{