Guest User

Untitled

a guest
Oct 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. #container {
  2. position: center;
  3. margin-top: 80px;
  4. z-index: 950;
  5. {block:IfGridTheme}margin-left: 430px;{/block:IfGridTheme}
  6. {block:IfNotGridTheme}margin-left: 435px;{/block:IfNotGridTheme}
  7. }
  8.  
  9. .entry {
  10. position: justify;
  11. font-size: 12px;
  12. color: {color:Body Text};
  13. font-family: roboto condensed;
  14. letter-spacing: 1px;
  15. {block:PermalinkPage}width: 1000px;
  16. margin-top: 15px;{/block:PermalinkPage}
  17. word-wrap: break-word;
  18. margin-top: 45px;
  19. }
  20.  
  21. #container1 {
  22. white-space: nowrap;
  23. border: none;
  24. width: 100%;
  25. margin-left: auto;
  26. margin-right: auto;
  27. }
  28.  
  29. #container1 > div {
  30. background: none;
  31. width: 100%;
  32. height: 100%;
  33. display: inline-block;
  34. padding: 1% 5%;
  35. margin-right: 176px;
  36. }
  37.  
  38. .stretch {
  39. width: 100%;
  40. display: inline-block;
  41. font-size: 0;
  42. line-height: 0
  43. }
  44.  
  45. <div id="container1">
  46. <div>
  47. <div class="picture_holder" style="width: 1080px;">
  48. <div class="picture" style="width: 1080px;"><img alt="LINKTOFIRSTIMAGE" height="575" src="LINKTOFIRSTIMAGE" />
  49. <div class="captioning">
  50. <div class="caption"><em>CAPTION</em></div>
  51. </div>
  52. </div>
  53. </div>
  54. </div>
  55. <div>
  56. <div class="picture_holder" style="width: 1080px;">
  57. <div class="picture" style="width: 1080px;"><img alt="SECONDIMAGELINKANDSOFORTH" height="575" src="SECONDIMAGELINKANDSOFORTH" />
  58. <div class="captioning">
  59. <div class="caption"></div>
  60. </div>
  61. </div>
  62. </div>
  63. </div>
  64. </div>
Add Comment
Please, Sign In to add comment