andrelievable

Untitled

Dec 10th, 2021
1,361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | None | 0 0
  1. profile {
  2.     margin-top: 7em;
  3.     display: flex;
  4.     justify-content: center;
  5.     align-content: center;
  6.     background: white;
  7. }
  8.  
  9. .profile-picture {
  10.     width: 340px;
  11.     height: 200px;
  12. }
  13.  
  14. .profile-picture img{
  15.     border-radius: 50%;
  16.     width: 340px;
  17.     height: 200px;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment