Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisaFZ authored Jul 5, 2024
1 parent ba11491 commit 6040e1a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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 {
Expand All @@ -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;
Expand All @@ -104,9 +104,6 @@ h3{

.photo {
border: 2px solid silver;
width: 60vw;
height: auto;
border-radius: 50%;
}

.middle-container{
Expand Down

0 comments on commit 6040e1a

Please sign in to comment.