Skip to content

Commit

Permalink
Modify 03.css
Browse files Browse the repository at this point in the history
  • Loading branch information
yeochaeeon committed Jun 28, 2024
1 parent eb1fe36 commit 6a87e46
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions 03_Css/prac.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body {
justify-content: center;
}
img {
margin: 10px;
margin: 20px;
border-radius: 50px;
width: 100px;
height: 100px;
Expand Down Expand Up @@ -105,8 +105,9 @@ footer {
width: 80%;
}
header {
/* display: flex; */
justify-content: space-between;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
}

0 comments on commit 6a87e46

Please sign in to comment.