Advertisement
Guest User

Styles

a guest
Jul 4th, 2016
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.18 KB | None | 0 0
  1. handheld.css:
  2. #browsertype {
  3.     color: rgb(2, 0, 0);
  4. }
  5.  
  6. #output {
  7.     color: red;
  8. }
  9.  
  10.  
  11.  
  12.  
  13. screen.css:
  14. #browsertype {
  15.     color: rgb(1, 0, 0);
  16. }
  17.  
  18. #output {
  19.     color: green;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement