Advertisement
hunterthemes

hunterthemes: colorbox html

Aug 26th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <div id="colorbox">
  2.  
  3. <a href="/tagged/red" style="background-color:#F05749"></a>
  4. <a href="/tagged/pink" style="background-color:#FCD5D0"></a>
  5. <a href="/tagged/purple" style="background-color:#B19BCA"></a>
  6. <a href="/tagged/blue" style="background-color:#8EBBC0"></a>
  7. <a href="/tagged/green" style="background-color:#C2E1C1"></a>
  8. <a href="/tagged/yellow" style="background-color:#FFF79A"></a>
  9. <a href="/tagged/orange" style="background-color:#FED095"></a>
  10. <a href="/tagged/brown" style="background-color:#997C5E"></a>
  11. <a href="/tagged/black" style="background-color:#222"></a>
  12. <a href="/tagged/grayscale" style="background-color:#ddd"></a>
  13. <a href="/tagged/white" style="background-color:#fff"></a>
  14.  
  15. </div>
  16. <!--End colorbox-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement