feature/skillSection #3

Merged
Giovanni-Josserand merged 6 commits from feature/skillSection into dev 2025-08-21 10:42:38 +00:00
Showing only changes of commit 9be5f05e43 - Show all commits

18
src/styles/Skills.css Normal file
View File

@ -0,0 +1,18 @@
.skills-span{
width: 100%;
}
.skill-category{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin-bottom: 2%;
}
.skills{
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}