Skip to content

Instantly share code, notes, and snippets.

View RandallGraida's full-sized avatar

Randall Graida RandallGraida

View GitHub Profile
/* About Section */
.about-content {
display: flex;
align-items: center;
gap: 40px;
}
/* Sparky Mascot Styling */
.about-image {
flex: 0 0 180px;
/* Skills Section */
.skills-container {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin-top: 20px;
}
.skill-item {
flex: 1 1 calc(33.333% - 20px);