Advertisement
Guest User

222

a guest
Dec 10th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.67 KB | None | 0 0
  1. .head {
  2.     background-image: url(images/head.jpg);
  3. }
  4. section {
  5.     position: absolute;
  6.     left: 50%;
  7.     margin-left: -250px;
  8. }
  9. article {
  10.     text-align: center;
  11.     float: left;
  12.     width: 250px;
  13. }
  14. footer {
  15.     position: fixed;
  16.     bottom: 0;
  17.     padding: 10px;
  18.     background-image: url(images/footer.png);
  19.     background-size: contain;
  20.     color: #fff;
  21.     width: 100%;
  22. }
  23. body {
  24.     background-image: url(images/fon.jpg);
  25.     background-size: cover;
  26. }
  27. .center {
  28.     display: inline-block;
  29.     text-align: center;
  30. }
  31. /*img {
  32.     border: 1px ridge silver;
  33.     padding: 8px;
  34.     width: 200px;
  35.     height: 300px;
  36. }*/
  37. .avatar {
  38.     width: 200px;
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement