From 9be5f05e437ee8f5579a2fc025ffe411bc282e40 Mon Sep 17 00:00:00 2001 From: Giovanni-Josserand Date: Thu, 21 Aug 2025 12:24:10 +0200 Subject: [PATCH] add of skill cards on skills section --- src/styles/Skills.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/styles/Skills.css diff --git a/src/styles/Skills.css b/src/styles/Skills.css new file mode 100644 index 0000000..508dbcd --- /dev/null +++ b/src/styles/Skills.css @@ -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; +} \ No newline at end of file