Angular job portal app
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.
 
 
 
 

16 line
303 B

  1. .skill {
  2. display: flex;
  3. align-items: center;
  4. box-shadow: 0px 0px 5px #00000012;
  5. width: 16rem;
  6. height: 7rem;
  7. border-radius: 2rem;
  8. justify-content: space-evenly;
  9. margin: 5rem;
  10. .name {
  11. color: #868686;
  12. font-size: 1.4rem;
  13. font-weight: 500;
  14. }
  15. }