Advertisement
Guest User

Recoda lesson CSS framework

a guest
Nov 1st, 2021
562
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.49 KB | None | 0 0
  1. .demo-buton{
  2.     padding: 1rem .5rem;
  3.     font-size: 16px;
  4. }
  5. .demo-button-main{
  6.     background-color: #698cc9;
  7.     border: 1px solid #698cc9;
  8.     border-radius: .25rem;
  9. }
  10. .demo-button-main:hover{
  11.     color: wheat;
  12.     border-style: wheat;
  13. }
  14. .big{
  15.     font-size: 1.5rem !important;
  16. }
  17. .red{
  18.     background-color: red !important;
  19. }
  20. .color-white{
  21.     color: white !important;
  22. }
  23. .bold{
  24.     font-weight: bold !important;
  25. }
  26. [button-data="some-data"]{
  27.     background-color: #698cc9!important;
  28.     margin-bottom: 1rem;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement