Learning CSS

Description

studying by w3schools.com
Saam Mohamed
Mind Map by Saam Mohamed, updated more than 1 year ago More Less
Luciano Dantas
Created by Luciano Dantas about 6 years ago
Saam Mohamed
Copied by Saam Mohamed over 4 years ago
0
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

                      CCNA Security 210-260 IINS - Exam 3
                      Mike M
                      Application of technology in learning
                      Jeff Wall
                      Innovative Uses of Technology
                      John Marttila
                      Ch1 - The nature of IT Projects
                      mauricio5509
                      The Internet
                      Gee_0599
                      SQL Quiz
                      R M
                      CCNA Answers – CCNA Exam
                      Abdul Demir
                      Professional, Legal, and Ethical Issues in Information Security
                      mfundo.falteni
                      System Analysis
                      R A
                      Flash Cards Networks
                      JJ Pro Wrestler
                      Web Designing & Development Full Tutorial
                      Nandkishor Dhekane