LeeGwonSeon / CSSLayoutMC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSSLayoutMC

프로젝트 목차

1. 이것을 시작한 이유

CSS Layout에 대한 기초지식을 공부하고 웹 화면 제작에 도전하기 위함.

2. 사용언어 및 기술

CSS Layout, SCSS, Grid, Flexbox

3. 배울 내용

@@ -1,76 +1,76 @@

SCSS Masterclass

(S)CSS Layout Masterclass: Flexbox & Grid

Flexbox:

  • flex-direction
  • order
  • justify-content
  • align-items
  • align-self
  • flex-wrap
  • align-content
  • flex-grow
  • flex-shrink
  • flex-basis

Grid:

  • grid-template-columns
  • grid-template-rows
  • column-gap
  • row-gap
  • gap
  • grid-template-areas
  • grid-column-start
  • grid-column-end
  • grid-row-start
  • grid-row-end
  • grid-column
  • grid-row
  • grid-template
  • justify-items
  • align-items
  • place-items
  • justify-content
  • align-content
  • place-content
  • justify-self
  • align-self
  • place-self
  • grid-auto-rows
  • grid-auto-flow
  • grid-auto-columns

Keywords & Functions:

  • repeat
  • fr
  • minmax
  • auto-fit
  • auto-fill
  • min-content
  • max-content

SCSS:

  • Variables
  • Nesting
  • Mixins
  • Extend
  • Responsive Mixins

To Clone:

4. 공부에 필요한 환경설정 및 설치할 준비물

  • visual studio code
  • Google Chrome browser
  • node.js

About


Languages

Language:HTML 41.0%Language:SCSS 31.5%Language:CSS 27.5%