Skip to content

Commit

Permalink
Create style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
singlesp authored Apr 28, 2023
1 parent b470466 commit 4c68aae
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/* Set the width and height of social media icons */
.social-icons img {
width: 30px;
height: 30px;
}

/* Center social media icons horizontally */
.social-icons {
display: flex;
justify-content: center;
}

0 comments on commit 4c68aae

Please sign in to comment.