select-nothing.wxss 315 B

12345678910111213141516171819
  1. .text{
  2. background-color: orange;
  3. font-size:12px;
  4. color:white;
  5. border-radius: 15px;
  6. }
  7. .photo{
  8. width: 150px;
  9. height: 100px;
  10. margin-top: 120px;
  11. margin-left: 85px;
  12. }
  13. .medium-text{
  14. font-weight: 200px;
  15. font-size: 13px;
  16. color: rgb(133, 133, 133);
  17. padding-top: 15px;
  18. margin-left: 85px;
  19. }