CSS3 Course Learning Outcomes:
Throughout this course, I modified a HTML file using the skills and knowledge developed during each individual session, detailed below:
CSS3 Session 1 Learning Outcomes:
I developed the skills to:
- Apply stylization using external stylesheets, embedded style rules, and inline styling
- Use rules to select and stylize HTML elements using selectors and relations
- Set color values using CSS
- Set Padding, Borders, and Margins of HTML elements using CSS
- Set Backgrounds using CSS
I developed an understanding of:
- The CSS document format
- The CSS Box Model
- Height and Width Properties of HTML elements
- The order in which stylization rules are applied
- How to use Normalizer.css to ensure a base level of stylization across browsers
- How to user Modernizr to check whether a web browser supports a particular feature used in a webpage
- Absolute and relative measurement units used in CSS
- CSS color values
- CSS Pseudo-Class and Pseudo-Element Selectors
Back to Top
CSS3 Exercise 2 Learning Outcomes:
I developed the skills to:
- Create absolute or fluid multiple-column webpages using HTML and CSS
- Create and format ordered- and unordered-lists
- Utilize links to open references in a new window or tab
- Utilize links to open various media types, including video, audio, and PDF files
- Create horizontal and vertical navigation bars
I developed an understanding of:
- How to position HTML elements on a webpage using the position property
- How the Z-index property can position overlapping elements
- How to utilize links to send emails
- How to utilize links to perform multiple actions, such as create an email, or direct the client to a specific portion of a webpage
- Common pseudo-classes used to format links
Back to Top
CSS3 Exercise 3 Learning Outcomes:
I developed the skills to:
- Create transitions, transformations, and animations using CSS
- Apply filters using CSS
I developed an understanding of:
- How keyframes function in animation
- How filters, transitions, and transformation alter an image
Back to Top
CSS3 Exercise 4 Learning Outcomes:
I developed the skills to:
- Minify CSS for faster deployment
I developed an understanding of:
- How CSS has developed since inception
- CSS precompilers such as SASS and LESS
- CSS best practices
Back to Top