Advertisement
chernov2000

Кнопка на flex

Nov 23rd, 2023
748
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.18 KB | None | 0 0
  1. .ln__button {
  2.     display: inline-flex;
  3.     justify-content: center;
  4.     align-items: center;
  5.     padding: 4px 35px;
  6.     min-height: 20px;
  7.     text-align: center;
  8. color:green;
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement