Learning CSS

Description

studying by w3schools.com
Luciano Dantas
Mind Map by Luciano Dantas, updated more than 1 year ago
Luciano Dantas
Created by Luciano Dantas about 6 years ago
785
0

Resource summary

Learning CSS
  1. Advanced
    1. Flexbox
      1. display: flex;
        1. flex-direction: value;

          Annotations:

          • The flex-direction property defines in which direction the container wants to stack the flex items.
          1. value = column / column-reverse
            1. value = row / row-reverse
            2. flex-wrap: value;

              Annotations:

              • The flex-wrap property specifies whether the flex items should wrap or not.
              1. value = wrap / wrap-reverse
                1. value = nowrap
                2. flex-flow: value;

                  Annotations:

                  • The flex-flow property is a shorthand property for setting both the flex-direction and flex-wrap properties.
                  1. value = flex-direction flex-wrap
                  2. flex-justify: value;

                    Annotations:

                    • The justify-content property is used to align the flex items: OBS: depends on the flex-direction;
                    1. value = center
                      1. value = flex-start / flex-end
                        1. value = space-around / space-between
                        2. align-items: value;

                          Annotations:

                          • The align-items property is used to align the flex items vertically.
                    Show full summary Hide full summary

                    Similar

                    Web Designing & Development Full Tutorial
                    Nandkishor Dhekane
                    front end developer test
                    joni jiniani
                    Test I. Introduction to web technologies
                    Angel Martínez Rodriguez
                    Intro to HTML
                    Balikkoftesi
                    Front-End Web Development
                    Chanthy Ngin
                    HTML + CSS
                    Justina Sadikova
                    OpenSource Programming
                    Faheem Ahmed
                    HTML REVISION
                    GAYTRI VYAS
                    BGE HTML + CSS
                    Ian Simpson
                    Introduction to Web Design Final Exam Review
                    Sherri Norton
                    Coding Quiz
                    ryanseaborne