25 lines
401 B
CSS
25 lines
401 B
CSS
#skills-section{
|
|
display: flex;
|
|
flex-direction: column;
|
|
scroll-margin-top: 40px;
|
|
margin-top: 100px;
|
|
}
|
|
|
|
.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;
|
|
} |