Advertisement
whoisYeshua

Vizualization- css order

Jan 8th, 2023
837
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.15 KB | Source Code | 0 0
  1. <style>
  2.   .green {
  3.     background-color: green;
  4.   }
  5.  
  6.   .red {
  7.     background-color: red;
  8.   }
  9. </style>
  10.  
  11. <button class="red green">Click</button>
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement