Advertisement
ndburrus

Prioritize One Style Over Another @yassinemaroc

Aug 16th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. // @yassinemaroc
  2. // Prioritize One Style Over Another
  3.  
  4.  
  5. <style>
  6.  
  7. // need .pink-text class/element here, with color pink
  8.  
  9. body {
  10. background-color: black;
  11. font-family: Monospace;
  12. color: pink; // change color here to green
  13. }
  14. </style>
  15. <h1 class="pink-text">Hello World!</h1>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement