Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-tk committed Aug 25, 2024
1 parent f110c68 commit f3a10ac
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,26 @@ nav ul li a.active {
section:nth-child(odd) {
background-color: #e9e9e9;
}


.project {
text-align: center;
}

.project img {
width: 100%;
max-width: 300px;
height: auto;
object-fit: cover;
margin-bottom: 15px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.project h3 {
margin-bottom: 10px;
}

.project p {
margin-bottom: 8px;
}

0 comments on commit f3a10ac

Please sign in to comment.