Advertisement
whitesurge

afghdh

Apr 23rd, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. .container{
  2. display: none;
  3. }
  4.  
  5. p.maintext{
  6. color: white;
  7. text-shadow:
  8. -1px -1px 0 #000,
  9. 1px -1px 0 #000,
  10. -1px 1px 0 #000,
  11. 1px 1px 0 #000;
  12. }
  13. h2.maintext{
  14. color: black;
  15. text-shadow:
  16. -1px -1px 0 #ffffff,
  17. 1px -1px 0 #ffffff,
  18. -1px 1px 0 #ffffff,
  19. 1px 1px 0 #ffffff;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement