Agentew04

css-stylesheet

Feb 3rd, 2020
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. CSS
  2. #game
  3. {
  4. font-family:"Times New Roman",Times,serif;
  5. color:white;
  6. }
  7. #game.filtersOn .thing.cantAfford.notOwned
  8. {
  9. filter:blur(3px);
  10. }
  11. .thing
  12. {
  13. border-radius:8px;
  14. background:rgba(255,255,255,0.5);
  15. }
Advertisement
Add Comment
Please, Sign In to add comment