Create the following blog page using media queries for a mobile and desktop view.
-
Carefully study the
style.cssfile. Use provided style variables while writing your code. -
Use the example template to create a blog. Use the
mobile firsttechnic.
- Use
media queriesto set the breakpoint of the view at768px
Hide the aside sectionwhen the breakpoint will beless than 768px. It should appear only when the breakpoint is higher than 768px.
-
Use classes.
-
Create sections.

