wf4/components/Skills/Skills.css
2024-05-21 12:01:11 +02:00

14 lines
340 B
CSS

.Skills {
background: var(--color-orange-black);
background-image: radial-gradient(circle at 90vw 0, rgba(255,145,0,0.2) 0%, rgba(0,0,0,0) 63%, rgba(0,0,0,0) 100%);
background-repeat: no-repeat;
& .skills-wrapper {
display: flex;
flex-wrap: wrap;
}
& .bottom {
align-items: center;
}
}