diff --git a/intermediate_html_css/forms/form_basics.md b/intermediate_html_css/forms/form_basics.md index f7ecf14d541..6f6f17fa508 100644 --- a/intermediate_html_css/forms/form_basics.md +++ b/intermediate_html_css/forms/form_basics.md @@ -520,9 +520,3 @@ The following questions are an opportunity to reflect on key topics in this less - [What are the three most common form controls you can use for allowing users to select predefined options?](#selection-elements) - [What are the three types of buttons in HTML?](#buttons) - [What are the two most challenging aspects of styling forms?](#a-note-on-styling-forms) - -### Additional resources - -This section contains helpful links to related content. It isn't required, so consider it supplemental. - -- [Web.dev's Form Course](https://web.dev/learn/forms/) diff --git a/intermediate_html_css/grid/creating_a_grid.md b/intermediate_html_css/grid/creating_a_grid.md index 2244b2be32c..5f17ca1f0cb 100644 --- a/intermediate_html_css/grid/creating_a_grid.md +++ b/intermediate_html_css/grid/creating_a_grid.md @@ -207,10 +207,3 @@ The following questions are an opportunity to reflect on key topics in this less - [How do you set gutters (also known as alleys) in the grid?](#gap) - [Describe what happens when you have more content than defined tracks.](#explicit-vs-implicit-grid) - [How could you change the size for those undefined tracks?](#explicit-vs-implicit-grid) - -### Additional resources - -This section contains helpful links to related content. It isn't required, so consider it supplemental. - -- The [MDN Basic Concepts of grid layout](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout) reviews many of the basics and introduces some additional concepts. -- Watch this short video on [grid terminology](https://www.youtube.com/watch?v=0m5qgfX2TVQ&ab_channel=PeterSommerhoff) from Peter Sommerhoff. diff --git a/intermediate_html_css/grid/introduction_to_grid.md b/intermediate_html_css/grid/introduction_to_grid.md index d7ab6a958ed..c91abaa4f8b 100644 --- a/intermediate_html_css/grid/introduction_to_grid.md +++ b/intermediate_html_css/grid/introduction_to_grid.md @@ -75,6 +75,14 @@ When reviewing older resources, keep in mind that differences between Flex and G While some people thought CSS Grid was here to replace Flexbox, you will learn by the end of these lessons that Grid is just another tool for the bag. In fact, not only do each of these modules have their own use cases, but you will also find it helpful to pair Flex and Grid together. But we’ll be covering all of that in the concluding lesson. First you will learn how to actually make a grid! +### Assignment + +