Advertisement
themesbygeorgia

Page 10 -- Updates3 Code3

Oct 8th, 2014
816
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. <!--UPDATES TAB BY WONDERFULLYTHEMES
  2. paste below < body > -->
  3.  
  4. <div id="lostatsea">
  5.  
  6. <div id="update">
  7. <div class="updatetitle"><i class="fa fa-lock"></i><br></div>
  8. <div class="updatesinfo">
  9. text goes here write whatever<br>
  10. the height automatically adjusts to your text :)<br><br>
  11. tip if you want the tabs below to be hidden when you hover over one then just keep on adding < br >s
  12.  
  13. </div>
  14. </div>
  15.  
  16. <div id="update">
  17. <div class="updatetitle"><i class="fa fa-lock"></i><br></div>
  18. <div class="updatesinfo">
  19. <b>bold</b> <i>italic</i> <s>strikethrough</s><br>
  20. new line<p>
  21. new paragraph
  22.  
  23. <div style="background-color:#ddd;text-transform:uppercase;padding:1px;">titles</div>
  24.  
  25. </div>
  26. </div>
  27.  
  28. <div id="update">
  29. <div class="updatetitle"><i class="fa fa-lock"></i><br></div>
  30. <div class="updatesinfo">
  31. if you want another tab then copy what i've put as an example :)
  32.  
  33. </div>
  34. </div>
  35.  
  36.  
  37. <!--COPY THE BELOW CODE WITHOUT THE < > FOR ANOTHER TAB-->
  38. <!--<div id="update">
  39. <div class="updatetitle"><i class="fa fa-lock"></i><br></div>
  40. <div class="updatesinfo">
  41. if you want another tab then copy what i've put as an example :)
  42.  
  43. </div>
  44. </div>-->
  45.  
  46. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement