Skip to content

Commit

Permalink
feat: refactor box model and flow katas
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbericTrancart committed Oct 25, 2023
1 parent 11ed677 commit 1a2185c
Show file tree
Hide file tree
Showing 17 changed files with 728 additions and 621 deletions.
2 changes: 1 addition & 1 deletion app/(main)/learn/basics/selectors-specificity/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ const Kata: NextPage = () => (
</li>
<li>How specificity works.</li>
<li>
<strong>A good selector has a low specificity and conveys the design intention</strong>
<strong>A good selector has a low specificity and conveys the design intention.</strong>
</li>
</ul>

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
17 changes: 17 additions & 0 deletions app/(main)/learn/basics/the-box-model-and-layouts/box-model.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions app/(main)/learn/basics/the-box-model-and-layouts/layouts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

1 comment on commit 1a2185c

@vercel
Copy link

@vercel vercel bot commented on 1a2185c Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.