You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .skill {
- display: flex;
- align-items: center;
- box-shadow: 0px 0px 5px #00000012;
- width: 16rem;
- height: 7rem;
- border-radius: 2rem;
- justify-content: space-evenly;
- margin: 5rem;
-
- .name {
- color: #868686;
- font-size: 1.4rem;
- font-weight: 500;
- }
- }
|