Advertisement
Guest User

Untitled

a guest
May 25th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. html{
  2. overflow:hidden;}
  3.  
  4. ===
  5.  
  6. caption td:nth-of-type(2), caption td:nth-of-type(3) {
  7. font-size: 35px;
  8. }
  9. .alert{
  10. display:none;}
  11.  
  12. ===
  13.  
  14. .thumbnail {
  15. background: black;
  16. border: none;
  17. margin: 0;
  18. }
  19. body {
  20. background: black;
  21. }
  22. .navbar {
  23. height: 0 !important;
  24. margin: 0;
  25. background: black;
  26. position: fixed;
  27. }
  28. .navbar-header {
  29. display: none;
  30. }
  31. .nav.navbar-nav {
  32. display: none;
  33. }
  34. .caption.text-center {
  35. display: none;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement