Click on the link for each tutorial below. Follow the instructions in the README.md. Use the walkthrough video to help with understanding and carrying out instructions.
-
- meta viewport
- meta for windows IE
-
- declaring variables for color and font
- using variables for property values
-
- following the "mobile first" approach
- syntax for targeting larger and smaller screens and devices
-
- semantic tables contain data
- syntax for table, table header, table row and table cell
-
- semantic tables contain data
- syntax for table, table header, table row and table cell
- accessibible tables
-
- display: grid
- using a 2 dimensional layout with rows and colum
-
Google Fonts and Fontawesome
Video- importing fonts and using in style sheets
- importing icons and using in html
-
Pseudo selectors and hamburger navigation
Video- interactive HTML/CSS
- pseudo selector
- "hamburger" icon for small screen navigation
- responsive navigation
-
- achieve the masonry effect with CSS
- column count, column width, column gap
-
- hosting and embedding audio and video
- video, audio, iframe tags
- using position:fixed to create "sticky" elements
https://www.w3schools.com/css/css_rwd_viewport.asp https://www.w3schools.com/css/css_rwd_mediaqueries.asp https://www.w3schools.com/html/html_tables.asp https://www.w3schools.com/css/css3_flexbox.asp https://www.w3schools.com/css/css_grid.asp https://www.w3schools.com/css/css_pseudo_classes.asp
https://developer.mozilla.org/en-US/docs/Web/CSS/ https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout https://css-tricks.com/snippets/css/complete-guide-grid/
https://css-tricks.com/responsive-data-tables/ https://css-tricks.com/snippets/css/a-guide-to-flexbox/
https://flexboxfroggy.com/
http://www.flexboxdefense.com/
https://mastery.games/p/flexbox-zombies
https://cssgridgarden.com/
https://www.gridcritters.com/
Help writing grid code
Interactive HTML Cheatsheet
Interactive CSS Cheatsheet
Emmet Cheat Sheet