An open API service indexing awesome lists of open source software.

https://github.com/devleejb/html-css

Study about HTML/CSS
https://github.com/devleejb/html-css

Last synced: about 1 month ago
JSON representation

Study about HTML/CSS

Awesome Lists containing this project

README

          

## About Repository

이 저장소는 HTML/CSS를 공부하며 정리한 내용을 담고 있습니다.

## Contents

### HTML

- Tag [Notion](https://devleejb.notion.site/78577726e74e439f85ea2fbd48260a5d) / [소스 코드](HTML/tag.html)
- New Line [소스 코드](HTML/new_line.html)
- img Tag [소스 코드](HTML/img.html)
- Attribute [소스 코드](HTML/attribute.html)
- List [소스 코드](HTML/list.html)
- HTML Structure [Notion](https://devleejb.notion.site/HTML-c012198e101140128875415ebafc6fa4) / [소스 코드](HTML/html_structure.html)
- Anchor [소스 코드](HTML/anchor.html)
- Media Query [Notion](https://devleejb.notion.site/Media-Query-86643e1f0fc646398156e9d5a634d4de)

### CSS

- CSS [Notion](https://devleejb.notion.site/CSS-c3baa3c3c40242a9922b76707939cc4e)
- Selector [Notion](https://devleejb.notion.site/Selector-98c833f03e974bb9a90308cd1c8cb95a)
- Box Model [Notion](https://devleejb.notion.site/Box-Model-8b9718ed9e7f48a19af521ea2b266ef4)
- Grid Layout [Notion](https://devleejb.notion.site/Grid-Layout-72ca3239390f457fa8fa28fb01e9aa06) / [소스 코드](CSS/grid_layout.html)