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 Mar 2, 2024
1 parent bc805ac commit 17da872
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,25 @@ footer {
color: #000;
}

.project img {
max-width: 250px; /* Adjust the maximum width of the image */
height: auto; /* Maintain aspect ratio */
display: inline; /* Position the image inline with the text */
margin: 0; /* Remove any margins around the image */
}

.project {
padding: 15px; /* Adjust padding to make the box smaller */
margin-bottom: 15px; /* Adjust margin to create spacing between boxes */
border-radius: 8px;
border: 1px solid #ccc;
}

.project + .project {
margin-top: 15px; /* Add margin between projects */
}


/* Active Navigation Link */
nav ul li a.active {
color: #000;
Expand Down

0 comments on commit 17da872

Please sign in to comment.