add of skill cards on skills section

This commit is contained in:
Giovanni-Josserand 2025-08-21 12:24:10 +02:00
parent d8efbc248a
commit 9be5f05e43

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;
}