Skip to content

Commit

Permalink
modified CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
sharara6 committed Dec 1, 2024
1 parent c4ce0d7 commit 184aeaa
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions portfolio.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ header {
font-size: 1.8em;
}

.navi {
position: sticky;
}

.navi a {
text-decoration: none;
color: black;
Expand All @@ -51,8 +55,8 @@ section {
max-height: 46rem;
display: flex;
align-items: center;
background: rgb(14, 14, 14);
justify-content: space-between;
justify-content: space-around;
background: rgb(14, 14, 14, 0.99);
}

.main h2 {
Expand Down Expand Up @@ -179,6 +183,10 @@ section {
margin-top: 10px;
}

#projects {
background-color: #f9f9f9;
}

#projects .content {
display: flex;
flex-direction: row;
Expand Down

0 comments on commit 184aeaa

Please sign in to comment.