Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. h1 {
  2. display: none;
  3. }
  4.  
  5. body>div>div {
  6. display: none;
  7. }
  8.  
  9. button {
  10. background: transparent !important;
  11. border: transparent !important;
  12. font-size: 8px;
  13. }
  14.  
  15.  
  16. td:nth-of-type(6) {
  17. display: none;
  18. }
  19.  
  20. table {
  21. width: 100%;
  22. margin-top: 150px;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement