octomoosey

constellation html

Apr 6th, 2015
2,267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. <!-- paste this section between < body > and < /body > -->
  2.  
  3. <div class="constellation">
  4.  
  5. <!-- to add extra stars copy and paste from 'start' to 'end' of star 1 as shown below. make sure to position them in the css section above. you can add images, links and other html to the information boxes as you like -->
  6.  
  7. <!-- this is the start of 'star 1' -->
  8. <div class="hot-spot star1">+
  9. <div class="boxstuff">
  10. <h2>you can add titles</h2>
  11. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p><p>here is a <a href="/">link</a></p>
  12. </div>
  13. </div>
  14. <!-- this is the end of 'star 1' -->
  15.  
  16. <div class="hot-spot star2">+
  17. <div class="boxstuff">
  18. <h2>add as much text as you like</h2>
  19. <p><b>the box will automatically resize</b></p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. <p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
  20. </div>
  21. </div>
  22.  
  23. <div class="hot-spot star3">+
  24. <div class="boxstuff">
  25. <h2>more stars?</h2>
  26. <p>You can add as many 'stars' and boxes as you like and position them wherever you want</p>
  27. </div>
  28. </div>
  29.  
  30. <div class="hot-spot star4">+
  31. <div class="boxstuff">
  32. <h2>if you're feeling super fancy?</h2>
  33. <p>you can even position them over a background image O_O.</p>
  34. </div>
  35. </div>
  36.  
  37. <div class="hot-spot star5">+
  38. <div class="boxstuff">
  39. <h2>oh look, another one</h2>
  40. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
  41. </div>
  42. </div>
  43.  
  44. <!-- paste any extra stars here -->
  45.  
  46. </div>
  47.  
  48. <!-- don't delete the final div as this might screw up your lovely theme -->
Advertisement
Add Comment
Please, Sign In to add comment