Page 2 - CSS
P. 2

Table of Contents


        About                                                                                                  1

        Chapter 1: Getting started with CSS                                                                    2

          Remarks                                                                                              2

          Versions                                                                                             2

          Examples                                                                                             2


            External Stylesheet                                                                                2
        Example                                                                                                2


          Internal Styles                                                                                      4

          Inline Styles                                                                                        4

          CSS @import rule (one of CSS at-rule)                                                                4

          How to use @import                                                                                   5

            Changing CSS with JavaScript                                                                       5

          Pure JavaScript                                                                                      5

          jQuery                                                                                               5

        See also                                                                                               6

          Styling Lists with CSS                                                                               6

        Chapter 2: 2D Transforms                                                                               8

          Syntax                                                                                               8


          Parameters                                                                                           8
          Remarks                                                                                              9


          2D Coordiante system                                                                                 9

          Browser support and prefixes                                                                        10

          Example of prefixed transform:                                                                      10

          Examples                                                                                            10

            Rotate                                                                                            10

            Scale                                                                                             10

            Translate                                                                                         11
            Skew                                                                                              11

            Multiple transforms                                                                               12

            Transform Origin                                                                                  13
   1   2   3   4   5   6   7