Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2024
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.49 KB | None | 0 0
  1. div {
  2.   animation: none;
  3.   animation-play-state: paused;
  4.   line-height: 1.25;
  5. }
  6.  
  7. .crt-terminal {
  8.   max-width: 1200px;
  9.   position: absolute;
  10.   left: 50%;
  11.   transform: translateX(-50%);
  12. }
  13.  
  14. .crt-character {
  15.   color: white;
  16.   font-family: Arial, Helvetica, sans-serif;
  17.   font-size: 16px;
  18.   padding: 0px;
  19.   box-shadow: none;
  20.   text-shadow: none;
  21. }
  22.  
  23. .crt-pixels {
  24.   display: none;
  25. }
  26.  
  27. main {
  28.   background-color: #212121;
  29. }
  30.  
  31. .crt-screen-effects {
  32.   background-color: #212121;
  33. }
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement