Advertisement
BaapJaan

Dflip

Apr 13th, 2022
965
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.40 KB | None | 0 0
  1. ._df_button {
  2.     padding: 5px 15px;
  3.     background: #f65d4e;
  4.     color: white;
  5.     font-size: 14px;
  6.    border-color: #0073aa #006799 #006799;
  7.     cursor: pointer;
  8.     border-width: 0px;
  9.     border-style: solid;
  10.     -webkit-appearance: none;
  11.     -webkit-border-radius: 3px;
  12.     border-radius: 3px;
  13.     white-space: nowrap;
  14.     border-radius: 17px;
  15. }
  16. ._df_button:hover{
  17.     background: #f4402f;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement