Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmap
Learn CSS media queries and responsive web design for beginners in this tutorial. A CSS media query is capable of changing your page design and presentation based on different screen and browsers sizes.
π© Subscribe β https://bit.ly/3nGHmNn
π This lesson is part of a CSS for Beginners tutorial series playlist:
π All Resources for this CSS Tutorial Series: https://github.com/gitdagray/css_course
π¬ Course Updates β https://courses.davegray.codes/
CSS Media Queries & Responsive Web Design tutorial for Beginners
(00:00) Intro
(00:05) Welcome
(00:26) Starter Code
(01:26) Viewport meta tag
(02:48) Syntax of a media query
(03:28) Think mobile first
(05:53) Other query types and breakpoints
(07:11) How to choose breakpoints
(10:25) Build a basic page layout
(16:11) Add a media query
(17:49) Use dev tools to view different screen sizes
(20:41) Add all media queries
(24:14) View each breakpoint change
β Web Dev Tools:
π Chrome Browser: https://www.google.com/chrome/
π Visual Studio Code (VS Code): https://code.visualstudio.com/
π Live Server VS Code Extension: https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer
π vscode-icons VS Code Extension: https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons
π Github Themes VS Code Extension: https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme
π W3C CSS Validator: https://jigsaw.w3.org/css-validator/
π Specificity Calculator: https://specificity.keegan.st/
π HTML Special Characters and Entities: https://unicode-table.com
π CanIUse.com: https://caniuse.com/
π References:
π MDN CSS: https://developer.mozilla.org/en-US/docs/Web/CSS
π MDN CSS Basics: https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/CSS_basics
π MDN CSS Selectors: https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Selectors
π MDN β How to Apply Colors to HTML Elements with CSS: https://developer.mozilla.org/en-US/docs/Web/CSS/color
π MDN β CSS Values and Units: https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Values_and_units
π MDN β The Box Model: https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/The_box_model
π MDN β Styling Lists: https://developer.mozilla.org/en-US/docs/Learn/CSS/Styling_text/Styling_lists
π MDN β Display Property: https://developer.mozilla.org/en-US/docs/Web/CSS/display
π MDN β Floats: https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Floats
π MDN β Columns: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Columns/Basic_Concepts_of_Multicol
π MDN β Margin Collapsing: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Box_Model/Mastering_margin_collapsing
π MDN β White-Space: https://developer.mozilla.org/en-US/docs/Web/CSS/white-space
π MDN β Positioning: https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Positioning
π MDN β Flexbox: https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Flexbox
π MDN β Basic Concepts of Grid Layout: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout
π MDN β Grid Template Areas: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Grid_Template_Areas
π MDN β CSS Images: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Images
π MDN β CSS Background Images: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Backgrounds_and_Borders/Resizing_background_images
π Chip Cullen β Article on Content Layout Shift: https://chipcullen.com/what-width-and-height-attributes-to-use-with-responsive-images/
π MDN β CSS Media Queries: https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Media_queries
β
Follow Me:
Github: https://github.com/gitdagray
Twitter: https://twitter.com/yesdavidgray
LinkedIn: https://www.linkedin.com/in/davidagray/
Blog: https://yesdavidgray.com
Reddit: https://www.reddit.com/user/DaveOnEleven
Was this tutorial about CSS Media Queries and Responsive Web Design helpful? If so, please share. Let me know your thoughts in the comments.
#css #media #queries