mirror of
https://github.com/hazemKrimi/hamdi-portfolio.git
synced 2026-05-01 18:30:27 +00:00
22 lines
339 B
SCSS
22 lines
339 B
SCSS
@import '../../App.scss';
|
|
|
|
#skills {
|
|
position: absolute;
|
|
top: 0%;
|
|
left: 0%;
|
|
margin: 10% 20%;
|
|
|
|
h2 {
|
|
font-size: 40px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
#skill-stats {
|
|
margin-top: 70px;
|
|
|
|
h4 {
|
|
font-size: 20px;
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
} |