repositories 클론하기 local에서 repositories 연결하기 커밋 메시지 | docs: | feat: | conf: | fix: | refactor: | ci: | build: | perf: | | :--- | :---
` def say_hello(): return "hello" `
git flow git 프로젝트에 있어서 널리 쓰이는 방법론 혹은 전략 git-flow-avh git flow를 손쉽게 적용할 수 있도록 만든 라이브러리 git flow cheatsheet
완성본 Demo Header 1. 로고 가운데 정렬 height값을 부여하고 top과 bottom을 0을 주고, margin: auto로 세로축 중앙에 정렬하게 한다. 2. submenu 빗금 li::before의 width를 1px로 주어서 처리. li:first-child::before의 display: none 첫번째 빗금 없애기. 3. ...
animation 관련 속성 animation-delay 속성은 애니메이션 지연 시간을 설정합니다. animation-direction 속성은 애니메이션 움직임 방향을 설정합니다. animation-duration 속성은 애니메이션 움직임 시간을 설정합니다. a
npm i -D webpack webpack-cli webpack-dev-server@nextnpm run buildnpm i -D html-webpack-pluginnpm i -D copy-webpack-pluginnpm i -D css-loader style-loa