Guest User

Untitled

a guest
Feb 9th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. // https://www.steemit.com/@jaedea
  2.  
  3. <h1>/*Heading*/</h1>
  4. <p>/*Captions for credits of images*/</p>
  5.  
  6. <div class="pull-right"> //align image to the right
  7. <img src="paste your image link here" />
  8. <center>
  9. <sub>
  10. //Adding a sub caption to your image
  11. <a href="/*add a link to be displayed under the image*/">
  12. //add text for the above link
  13. </a>
  14. </sub>
  15. </center>
  16. <br />
  17. </div>
  18.  
  19. <div class="text-justify">
  20. //Text
  21. <div class="pull-right"> //align image to the right
  22. <img src="paste your image link here" />
  23. <br />
  24. <sub>
  25. /*Include a caption for you image*/
  26. <a href="include a link">
  27. /*add some text*/
  28. </a>
  29. </sub>
  30. </div>
  31. <br />
  32. // text
  33. </div>
  34. <hr />
  35.  
  36. <div class="pull-left"> //align image to the left
  37. <img src="paste your image link here" />
  38. </div>
  39.  
  40. <div class="text-justify>
  41. //text
  42. </div>
  43. <hr />
  44. <div class="pull-right"> //align image to the right
  45. <img src="paste your image link here" />
  46. </div>
  47. //text
  48. <div class="text-justify">
  49. <br />
  50. </div>
  51. //add text
  52.  
  53. <hr />
Add Comment
Please, Sign In to add comment