Advertisement
Guest User

css

a guest
Mar 21st, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. .photo-box
  2. {
  3. background: linear-gradient(250deg, rgba(251, 10, 237, 0.84) , rgba(0, 186, 255, 0.91) 50% , rgba(15, 226, 98, 1) );
  4.  
  5. width:100vw; text-align:center; font-size: 30px;padding-top:70px; padding-bottom:70px; margin-left:auto; margin-right:auto; color:#f0eeee; font-family: sans-serif; position: relative;
  6.  
  7.  
  8. }
  9.  
  10. .tytul
  11. { display: flex; text-align: center; position:absolute; top: 46%; left: 45.3%;
  12.  
  13.  
  14.  
  15. }
  16.  
  17. .zdj-pierw img
  18. {
  19. border-radius:100px;
  20.  
  21. align-items: center;
  22. justify-content: center;
  23.  
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement