-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
trying to fix linting
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,8 +45,8 @@ For one-dimensional layouts, Flex offers a convenient tool without having to rel | |
|
||
For two-dimensional layouts, you learned a little bit about `flex-wrap`, which allows you to take your flex items and wrap them to the next line. This can be done with either a row that wraps to another row, or a column that wraps to another column. | ||
|
||
Remember how much fun you had solving the card layout in this exercise? | ||
[![flex-exercise-desired-outcome.png](https://github.com/TheOdinProject/css-exercises/blob/main/foundations/flex/07-flex-layout-2/desired-outcome.png)](https://github.com/TheOdinProject/css-exercises/tree/main/foundations/flex/07-flex-layout-2) | ||
Remember how much fun you had solving the card layout in <a href="https://github.com/TheOdinProject/css-exercises/tree/main/foundations/flex/07-flex-layout-2"> this</a> exercise? | ||
Check failure on line 48 in intermediate_html_css/grid/introduction_to_grid.md GitHub Actions / Lint lesson filesLinks used to navigate to external content or other landmarks in the page should use markdown links instead of HTML anchor tags.
|
||
![flex-exercise-desired-outcome.png](https://github.com/TheOdinProject/css-exercises/blob/main/foundations/flex/07-flex-layout-2/desired-outcome.png) | ||
|
||
We know that was a frustrating one, but it's part of the point. While Flexbox allows you to build a layout of rows and columns together, it isn’t always easy. | ||
|
||
|