Advertisement
brooklyndesignstudio

Full Width Equal Tabs

Dec 5th, 2020
1,008
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.15 KB | None | 0 0
  1. .equal-tabs {
  2.   width: 50%!important;
  3.   text-align: center!important;
  4.   display: table!important;
  5.   float: left!important;
  6.   margin: auto !important;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement