Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. .myClass#firstID {
  2. background-color: #bbbbbb;
  3. }
  4.  
  5. .myClass#secondID {
  6. background-color: #bbbbbb;
  7. }
  8. #myID.firstClass {
  9. background-color: #123456;
  10. }
  11.  
  12. #myID.secondClass {
  13. background-color: #123456;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement