Advertisement
brooklyndesignstudio

Align Button Module to Bottom of Column

Mar 26th, 2021
742
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.19 KB | None | 0 0
  1. /* ALIGN BUTTON MODULE TO BOTTOM OF COLUMN */
  2.  
  3. /* Column Main Element CSS */
  4. display: flex;
  5. flex-flow: column;
  6.  
  7. /* Button Module Main Element CSS */
  8. margin-top: auto;
  9. align-items: center;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement