전체 글 114

0701 3회차

0701 💡 CSS + JS https://www.notion.so/toufulover33/0701-495a3202a1f8471db4923643e3297e2c 📌 [ ] CSS 참조방식 3가지 [ ] JS 변수선언 CSS -- 선택자 선언블록{ 선언 속성: 속성값; } -- 참조방식 외부 스타일 시트 ( External Style Sheet ) 내부 스타일 시트 ( Internal Style Sheet ) HTML 태그 내의 스타일 지정 ( Inline Styles ) 인라인 > 내장 ? 링크 속성 많다 color text-shadow text-decoration font-size, font-weight cursor border, border-style, border-radius background-co..

새싹🌱 2022.07.02

0629 2회차

0629 💡 HTML & CSS https://www.notion.so/0629-011349002e7f4b199a6fe2f84fcc5f68 HTML 태그 요소 블록 요소 인라인 요소 빈 요소 구조적 기능 속성 태그를 보조하는 명령어 id class, style, width, height 실습 절대경로 상대경로 ../ ./ 속성 width height title alt 하이퍼링크 속성 ****href 팝잇 속성 self* blank 블록요소 ol type A,a,1,I,i start ul border cellspacing cellpadding colspan rowspan CSS **선택자 선언블록{ 선언 속성: 속성값; }** 참조방식 인라인 내장 링크 속성 많다 color text-shadow text-..

새싹🌱 2022.06.30

0627 1회차

0627 💡 Git for 공동개발, 버전 관리 https://www.notion.so/0627-acca7ad0163445f5aa9608cf5dcb0f8c 설치 슬랙 VScode wakatime (homebrew-) git github 연결 for 프로젝트,버전 관리 메뉴 issues Pull reguests - 협업용 Actions - CI/CD 자동배포 repository 생성 mkdir github cd github git config --global init.defaultBranch main git init git config --global core.autocrlf input //개행문자 관련 처리 git 영역 & 명령어 git status git log Working Directory(작업공간..

새싹🌱 2022.06.28