Advertisement
cornetespoir

blacklist box part 3

May 9th, 2016
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. <!-- start of blacklist html. put under <body> -->
  2. <div class="con">
  3.  
  4. <a title="click for list">
  5. <div class="box">
  6. <!--this is the title of the blacklist-->
  7. blacklist
  8. <!--you can change the title if you want -->
  9.  
  10. </div></a>
  11. <div class="thing">
  12.  
  13. <!--in between the <b> and </b>, write your description.
  14. you may also remove <b> and </b> if you don't want it to be bold. -->
  15. <b>please tag:</b> <br>
  16. <!--to change the tags, replace the words between <li> </li> with your own. -->
  17. <li> gore </li>
  18. <li> horror </li>
  19. <li> nsfw </li>
  20. <!--to add more, copy and paste the "<li> tag here </li>", and fill in your blacklisted tag. you can put as many as you want.
  21. make sure there is a <li> before the tag, and </li> after the tag, otherwise the list will mess up. -->
  22. </div></div>
  23. <!-- end of quick black list -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement