...
/Problem: Responsive Article Grid with Sidebar Toggle
Problem: Responsive Article Grid with Sidebar Toggle
Try to create a responsive article grid layout with a sidebar that appears only on desktop.
We'll cover the following...
We'll cover the following...
Problem description
Given an HTML page containing a container with two sections:
A
<main class="article-grid">
element holding multiple<article>
elements (each with a title and excerpt)An
<aside class="sidebar">
element with author information and links ...