I\'m trying to create flex box columns for web development. However, all I managed to do is produce one column of flex boxes.
What are some basic CSS codes that would ve
On your section
CSS, change flexbox to flex and it shall work.
@charset "utf-8";
/*
CSS Code
*/
section {
display: flex; /* Change from flexbox to flex */
flex-direction: row;
flex-wrap: wrap-reverse;
}
div.card {
display: flex;
flex-basis: 200px;
flex-grow: 1;
flex-shrink: 1;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
}
Coding Challenge 5-2
Social Media Sites
Facebook
Twitter
Instagram
GooglePlus
YouTube
Vimeo
Skype
Pinterest
Bloggr
Tumblr
Share
E-mail