app.css 259 B

123456789101112
  1. /* Empty. Add your own CSS if you like */
  2. .profile {
  3. width: 150px;
  4. height: 150px;
  5. background-size: cover;
  6. display: block;
  7. margin-left: auto;
  8. margin-right: auto;
  9. margin-top: 10px;
  10. margin-bottom: 10px;
  11. border-radius: 50px;
  12. }