Guest User

Untitled

a guest
Feb 29th, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. head {
  2. color: aquamarine;
  3. }
  4. body {
  5. background-color: whitesmoke;
  6. }
  7. .blinking {
  8. font-size:20px;
  9. text-decoration: blinking;
  10. color: blue;
  11. }
  12.  
  13. .h11 {
  14. color: black;
  15. }
  16.  
  17. li {
  18. color: black;
  19. font-size: 18px;
  20. }
  21.  
  22. .blinking {
  23. text-decoration:overline;
  24. }
  25. .kvadrat {
  26. width: 130px;
  27. padding: 5px;
  28. padding-right: 20px;
  29. border-bottom-color: antiquewhite;
  30. float: none;
  31. margin-left: 10px;
  32. }
  33. kvadrat.img {
  34. width: 683px;
  35. height: 700px;
  36. }
  37.  
  38. footer {
  39. background-color: white;
  40. }
  41. .social {
  42.  
  43. float: left;
  44. }
  45. .logo {
  46. float: right;
  47. font-size: 10px;
  48. color:black;
  49. }
Add Comment
Please, Sign In to add comment