Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.11 KB | None | 0 0
  1. .post
  2. {
  3.     background-color: lightgray;
  4.     height: 170px;
  5. }
  6.  
  7. .post h2
  8. {
  9.     display: inline-block;
  10.     font-size: 13pt;
  11.     text-align: center;
  12.     float: left;
  13.     width: 497.78px;
  14.     height: 40px;
  15.     line-height: 40px;
  16.     margin: 0px;
  17.     background-color: darkgray;
  18.     margin-bottom: 5px;
  19. }
  20.  
  21. /* Картинка-превью */
  22. .post .preview
  23. {
  24.     display: inline-block;
  25.     margin: 0;
  26.     padding: 0;
  27.     float: right;
  28.     width: 302.22px;
  29. }
  30.  
  31. .post .preview img
  32. {
  33.     height: 170px;
  34. }
  35.  
  36. .post .description
  37. {
  38.     width: 477.78px;
  39.     padding-top: 10px;
  40. }
  41.  
  42. .post .footer
  43. {
  44.     background-color: yellow;
  45.     margin: 0px;
  46.     padding: 0px;
  47.     display: inline-block;
  48.     width: 497.78px;
  49.     height: 47px;
  50.     line-height: 20px;
  51.  
  52. }
  53.  
  54. .post .icon img
  55. {
  56.     height: 20px;
  57.  
  58. }
  59.  
  60. .post figure
  61. {
  62.     width: 125px;
  63.     display: inline-block;
  64.     margin: 0px;
  65.     padding-top: 13px;
  66.     padding-left: 10px;
  67. }
  68. .post figcaption
  69. {
  70.     font-size: 10pt;
  71.     float: right;
  72.     width: 100px;
  73. }
  74.  
  75. .post a
  76. {
  77.     display: inline-block;
  78.     margin: 0;
  79.     margin-top: -5px;
  80. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement