Answers for "how to use gap in flex direction column"

CSS
0

css column gap flex

div{
    	column-count: 3;
        column-gap: 30px;
        background: yellow;
}
Posted by: Guest on September-06-2021

Code answers related to "how to use gap in flex direction column"

Browse Popular Code Answers by Language