Skip to content

Commit

Permalink
fix(fe): add flex grid
Browse files Browse the repository at this point in the history
  • Loading branch information
jihorobert committed Mar 6, 2024
1 parent da5c1c2 commit 4659f79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/docs/frontend/1. HTML, CSS.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,14 @@ HTML에서 구조화를 잘했지만 아직은 단순히 문서일 뿐이에요.
- CSS가 무엇인지, 왜 중요한지 100초만에 알려줘요!
- [생활코딩 CSS 강의](https://opentutorials.org/course/2418)
- 레이아웃까지의 내용은 필수! 이후 내용은 선택!
- [Flex - 정리 영상](https://youtu.be/7neASrWEFEM?si=U2LohIYVtd_pqLCh)
- Flex에 대해서 정리해놓은 영상이에요!
- [Flex - 1분코딩](https://studiomeal.com/archives/197)
- Flex는 CSS의 레이아웃을 잡는 속성이에요. 정말 중요하니 꼭 공부해 보세요!
- [Flexbox froggy](https://flexboxfroggy.com/)
- 재미있게 Flex를 공부할 수 있는 게임이에요!
- [Grid - 정리 영상](https://www.youtube.com/watch?v=nxi1EXmPHRs)
- Grid에 대해서 정리해놓은 영상이에요!
- [Grid- 1분코딩](https://studiomeal.com/archives/533)
- Grid는 Flex와 비슷한 레이아웃을 잡는 속성이에요. 정말 중요하니 꼭 공부해 보세요!
- [CSS 시작하기 - MDN](https://developer.mozilla.org/ko/docs/Learn/CSS/First_steps)
Expand Down

0 comments on commit 4659f79

Please sign in to comment.