Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.47 KB | None | 0 0
  1. @font-face
  2. {
  3.     font-family: 'Alice';
  4.     src: url('Alice-Regular-webfont.woff') format('woff');
  5. }
  6.  
  7. body
  8. {
  9.     background: url("images/paysage.png") fixed;
  10. }
  11.  
  12.  
  13. h1
  14. {
  15.     font-family: 'Alice';
  16.     text-align: center;
  17.     color: white;
  18. }
  19.  
  20. .image{
  21.     box-shadow: 4px 4px 0px white;
  22.     border: 3px solid black;
  23.     width: 500px;
  24.     height: 300px;
  25.     margin-bottom: 20px;
  26. }
  27. #mesImages{
  28.     display: flex;
  29.     flex-direction: column;
  30.     float: left;
  31.     margin-right: 20px;
  32.     margin-left: 12%;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement