프로젝트 & 포트폴리오/frontapp html+css 프로젝트

index.html @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+KR&display=swap'); * { /* 전체 기본 설정 */ color: #000; /* 기본 폰트 색상 설정 */ box-sizing: border-box; /*여백이나 경계선 설정 */ outline: none; font-family: "Noto Sans KR", sans-serif; } html { font-size: 13px..
1. 폴더 생성 D 드라이브에 "포트폴리오" 폴더 생성하기 포트폴리오 폴더 안에 fontapp 폴더 생성하기 주소 복사 하기 D:\포트폴리오\frontapp 2. 깃허브 리포지토리 생성 리포지토리 들어가서 new 초록 버튼 누르고 fontapp 이라는 이름의 리포지토리 생성하기 리포지토리 주소 복사하기 3. cmd(명령 프롬프트) 창에서 깃 연결하기 Microsoft Windows [Version 10.0.19045.4170] (c) Microsoft Corporation. All rights reserved. C:\Users\admin>d: D:\>cd D:\포트폴리오\frontapp D:\포트폴리오\frontapp>git init Initialized empty Git repository in D:/..
인정이애옹
'프로젝트 & 포트폴리오/frontapp html+css 프로젝트' 카테고리의 글 목록