nav태그에 대해 인원1블로그주소 인원2블로그주소 인원3블로그주소 인원4블로그주소 현재 기온 : 태그 * 같은 페이지 / 다른 페이지 안에 다른 부분으로 이어주는 네비게이션 링크로 구성된 섹션 * 태그를 태그 안에 사용하는 것이 일반적 .navbar a { text-decoration: none; /*태그 밑줄긋기 효과 없애기*/ color : white; } .navbar { display: flex;/*아이템들 가로로 나란히 배치*/ justify-content: space-between;/*같은 중심축 기준: 아이템 사이에 공백 넣기*/ align-items: center; /*수직축 중간 배치*/ background-color: #8EACCD; /*배경 색상*/ padding: 8px 12px; ..
1. 윈도우 Git 설치 방법 1) Git bah 설치 : https://git-scm.com/ Git git-scm.com 2) 컴퓨터 화면 창 [Download for Windows] 클릭 3) Click here to download 클릭 4) Git-2.42.0.2-64-bit.exe 실행 [**next만 누르면 됨: 추가로 체크하거나 변경한 부분 없음] * Windows Explorer integration (마우스 우클릭시 git bash / git GUI로 파일 열기 가능) * Git LSF (용량 큰 파일 지원) * Associate /git* configuration flies with the default text editor (.git파일을 기본 텍스트 편집기와 연결 가능) * Ass..