Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <div class="btn-group">
  2. <button class="btn">
  3. Save
  4. </button>
  5.  
  6. <button class="btn">
  7. Revert
  8. </button>
  9. </div>
  10.  
  11. /* .btn-group .btn:first-child {
  12. background-color: blue;
  13. color: white;
  14. } */
  15.  
  16. .btn-group + .btn {
  17. background-color: blue;
  18. color: white;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement