Advertisement
Hardrockdesign

Fully desc

Aug 14th, 2015
564
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. -----------------------IMAGEN, TEXTO ---------------
  2.  
  3. <div style="position: absolute; top: 40px; left: 100px;">
  4.  
  5. <table cellspacing="0">
  6.  
  7. <tbody>
  8. <tr>
  9.  
  10. <td>
  11.  
  12. <div style="background: #edeb5a;">
  13.  
  14. <div class="desc-foto" style=" background:url(http://i.imgur.com/YGiBAb0.png);">
  15.  
  16. </div>
  17.  
  18. </div>
  19.  
  20. </td>
  21.  
  22. <td>
  23.  
  24. <div class="desc-texto1">
  25. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  26. </div>
  27.  
  28. </td>
  29.  
  30. </tr>
  31.  
  32. </tbody>
  33. </table>
  34. </div>
  35.  
  36. -----------------------IMAGEN, LINKS ---------------
  37.  
  38. <div style="position: absolute; top: 40px; left: 100px;">
  39.  
  40. <table cellspacing="0">
  41.  
  42. <tbody>
  43. <tr>
  44.  
  45. <td>
  46.  
  47. <div style="background: #edeb5a;">
  48.  
  49. <div style=" background:url(http://i.imgur.com/YGiBAb0.png);" class="desc-foto">
  50.  
  51. </div>
  52.  
  53. </div>
  54.  
  55. </td>
  56.  
  57. <td>
  58.  
  59. <div class="desc-texto2">
  60. <a href="url">Link primero</a><a href="url">Link segundo</a><a href="url">Link tercero</a><a href="url">Link cuarto</a><a href="url">Link quinto</a>
  61. </div>
  62.  
  63. </td>
  64.  
  65. </tr>
  66.  
  67. </tbody>
  68. </table>
  69. </div>
  70.  
  71. -----------------------IMAGEN, TEXTO Y LINKS --------
  72.  
  73. <div style="position: absolute; top: 40px; left: 100px;">
  74.  
  75. <table cellspacing="0">
  76.  
  77. <tbody>
  78. <tr>
  79.  
  80. <td>
  81.  
  82. <div style="background: #edeb5a;">
  83.  
  84. <div style=" background:url(http://i.imgur.com/YGiBAb0.png);" class="desc-foto2">
  85. <div class="desc-link">
  86. <a href="url">Link primero</a><a href="url">Link segundo</a><a href="url">Link tercero</a><a href="url">Link cuarto</a>
  87. </div>
  88.  
  89. </div>
  90.  
  91. </div>
  92.  
  93. </td>
  94.  
  95. <td>
  96.  
  97. <div class="desc-texto1">
  98. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  99. </div>
  100.  
  101. </td>
  102.  
  103. </tr>
  104.  
  105. </tbody>
  106. </table>
  107. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement