Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. body {
  2. background-color: #38B0DE;
  3. font-family: fantasy;
  4. cursor: move;
  5. }
  6. body {
  7. background-image: url('tajkep.jpg');
  8. }
  9. body {
  10. background-repeat: no-repeat;
  11. background-position: center center;
  12. background-size: 100% 100%;
  13. }
  14. body {
  15. background-attachment: fixed;
  16. }
  17. body {
  18. color: #FFFFFF;
  19. margin-right: 30px;
  20. margin-left: 30px;
  21. }
  22. img {
  23. float: right;
  24. opacity: 0.7;
  25. border-radius: 50%;
  26. }
  27. #ezakep {
  28. clear: both;
  29. width: 50%;
  30. height: 80pt;
  31. overflow: scroll;
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement