Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- main > button.btn {
- background-color: orange;
- }
- .btn.btn-primary {
- background-color: violet;
- }
- .btn:disabled {
- background-color: darkgrey;
- }
- </style>
- <main>
- <button class="btn btn-primary" disabled>Click</button>
- </main>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement