Skip to content

Commit 63909db

Browse files
committed
v8.0 add pfp and stuff
1 parent a7fc24a commit 63909db

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/styles.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,15 @@ footer {
174174
.section {
175175
padding: 20px;
176176
}
177-
}
177+
}
178+
179+
#about {
180+
display: flex;
181+
align-items: center; /* Vertically centers content */
182+
gap: 20px; /* Adds space between the image and text */
183+
}
184+
185+
.image-container img {
186+
max-width: 150px; /* Adjust the image size as needed */
187+
border-radius: 10%; /* Optional: Rounds the image */
188+
}

0 commit comments

Comments
 (0)