Skip to content

Commit

Permalink
orderd css codes
Browse files Browse the repository at this point in the history
  • Loading branch information
latifa committed Jun 1, 2024
1 parent 2bc6042 commit 1528068
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ a {
text-decoration: none;
}


ul a {
text-decoration: none;
color: white;
Expand Down Expand Up @@ -157,7 +156,7 @@ h2 {
color: white;
}

.footer .portfolio p, .footer .portfolio a {
.footer .portfolio p,.footer .portfolio a {
color: white;
font-size: 20px;
margin-right: 100px;
Expand All @@ -168,11 +167,11 @@ h2 {
top: 10px;
}

.column-one-project, .column-two-project {
.column-one-project,.column-two-project {
width: 100%;
height: 400px;
display: flex;
margin-top:30px;
margin-top: 30px;
}

.click-show button {
Expand All @@ -183,7 +182,7 @@ h2 {
font-size: larger;
border: none;
margin: 60px;
position:relative;
position: relative;
left: 40%;
z-index: 1;
cursor: pointer;
Expand Down

0 comments on commit 1528068

Please sign in to comment.