Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
tomatao
Posts
Comments
KPC
Kevin Powell - Community
•
Created by tomatao on 6/15/2024 in
#front-end
Using flex for `.flow-content` utility
Why use a margin-top/bottom rather than something like
.flow-content
{
display
:
flex
;
flex-direction
:
column
;
gap
:
1.2
em
;
}
.flow-content
{
display
:
flex
;
flex-direction
:
column
;
gap
:
1.2
em
;
}
214 replies