Gormit

style.css

Apr 22nd, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | None | 0 0
  1. .container {
  2.     width: 500px;
  3.     margin-left: auto;
  4.     margin-right: auto;
  5.     text-align: center;
  6. }
  7.  
  8. .foto-container {
  9.     width: 300px;
  10.     height: 150px;
  11.     margin-left: auto;
  12.     margin-right: auto;
  13.     background-color: green;
  14. }
  15.  
  16. .foto {
  17.     width: 100%;
  18.     height: 100%;
  19. }
Add Comment
Please, Sign In to add comment