Advertisement
MarcelChodak

style

Apr 7th, 2021 (edited)
590
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.55 KB | None | 0 0
  1. .background {
  2.     height: 100%;
  3.     background-color: rgb(187, 238, 238);
  4.     font-family: Arial;
  5.     width: 60%;
  6.     margin: 0 auto;
  7.   }
  8.  
  9.   #header {
  10.     text-align: center;
  11.     color: rgb(42, 29, 163);
  12.     text-decoration: underline;
  13.   }
  14.  
  15.   .header{
  16.     font-style:italic;
  17.   }
  18.  
  19.   .foto1{
  20.     width: 300px;
  21.     margin: 0 auto;
  22.     display: block;
  23.    
  24.   }
  25.   .foto2 {
  26.       width:300px;
  27.       margin: 0 auto;
  28.       display:block;
  29.   }
  30.  
  31.   .paragraf {
  32.     font-size: 16px;
  33.     line-height: 20px;
  34.   }
  35.  
  36.   #photos{
  37.       display:flex;
  38.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement