Lesson 2 Practice Activities

Activity Description Folder
CSS Colors In this activity, I learned about color schemes, HSL colors that include how transparency affects colors. colors
CSS Font In this activity, I learned how to download, install and use fonts and fallback fonts in case of incompatibility. adv-fonts
CSS Rules In this activity, I learned to create media queries with the various @ rules. css-rules
CSS Selectors In this activity, I learned about the different css selectors, using them to style a table. css-selectors
Advanced Styling In this activity, I learned about using box shadows, border radius and element outlines to create a twitter timeline widget. adv-styling
CSS Units In this activity, I learned there are a lot more units than 'px', and how to convert them in different situations. css-units
CSS Variables In this activity, I learned to create variables and applied them to color schemes. css-variables