Advertisement
luciam

Updates #1 2/3

Jan 20th, 2015
3,858
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <div id="phoenix">
  2. <!--- Delete the next two lines if you don't want the drag and close options-->
  3. <a href="#" class="drag" title="drag me!">=</a> <!-- Delete the title="drag me!" if you don't like it --->
  4. <div class="closetab">x</div>
  5.  
  6. <div class="updatesbox"><h1>about</h1>
  7. <div class="updatescontent">Text here</div>
  8. </div>
  9.  
  10. <div class="updatesbox"><h1>currently</h1>
  11. <div class="updatescontent">Text here
  12. <a href="/">link here</a> text here </div>
  13. </div>
  14.  
  15. <div class="updatesbox"><h1>networks</h1>
  16. <div class="updatescontent">More text here</div>
  17. </div>
  18.  
  19. <!-- If you want more tabs, copy everything from <div class="updatesbox"> to </div>-->
  20. </div><!-- End #phoenix -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement