paolazaratem / flexbox

page with user the property flexbox.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In this project, I use the property css "flexbox"

Flex direction is most useful in the responsive web design or When combined with media queries, it can adjust the layout direction of the children based on the size of the window.

display: flex; //flex Displays an element as an block-level flex container. New in CSS3

flex-direction: row-reverse; //Set the direction of the flexible items inside the

element in reverse order:

About

page with user the property flexbox.


Languages

Language:HTML 63.9%Language:CSS 36.1%