tommyosheawebdesign

Center Anything CSS

Jan 4th, 2021 (edited)
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.08 KB | None | 0 0
  1. .center {
  2.     display: flex;
  3.     align-items: center;
  4.     justify-content: center;
  5. }
Add Comment
Please, Sign In to add comment