Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
tolahash authored Dec 5, 2024
1 parent 9c04c5b commit 6c86eb5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,20 @@ footer p {
font-size: 0.9rem;
color: #888;
}

.article, .project {
border: 1px solid #444;
padding: 10px;
margin-bottom: 15px;
background-color: #222;
color: #fff;
}

.article h3, .project h3 {
margin: 0;
}

.article p, .project p {
margin: 5px 0;
}

0 comments on commit 6c86eb5

Please sign in to comment.