본문 바로가기

반응형
SMALL

분류 전체보기

(36)
페이지 구조 실습 - 헤더 타이틀 & 웹 폰트 ↓ https://fonts.google.com/ Google Fonts Making the web more beautiful, fast, and open through great typography fonts.google.com index.html 전체 메뉴 바로가기 배너 영역 바로가기 컨텐츠 영역 바로가기 https://codegogo.tistory.com/">Desinger https://www.inflearn.com/course/%EC%9B%B9-%ED%91%9C%EC%A4%80-%EC%82%AC%EC%9D%B4%ED%8A%B8-%EB%A7%8C%EB%93%A4%EA%B8%B0">Publisher https://www.youtube.com/">Youtube Professional Publisher..
페이지 구조 실습 - 헤더 배경 & 메뉴 ↓ https://github.com/webstoryboy/webstandard2019/tree/master/img GitHub - webstoryboy/webstandard2019: 웹 표준 사이트 만들기 2019 버전입니다. 웹 표준 사이트 만들기 2019 버전입니다. Contribute to webstoryboy/webstandard2019 development by creating an account on GitHub. github.com 헤더 배경 & 메뉴 끝. index.html 전체 메뉴 바로가기 배너 영역 바로가기 컨텐츠 영역 바로가기 https://codegogo.tistory.com/">Desinger https://www.inflearn.com/course/%EC%9B%B9-%ED%9..
페이지 구조 실습 - 스킵 메뉴 index.html 전체 메뉴 바로가기 배너 영역 바로가기 컨텐츠 영역 바로가기 header contents cont_tit cont_ban cont_cont footer style.css @charset "utf-8"; /* 스킵 내비게이션 */ #skip {position: absolute;} #skip a {position: absolute; left: 0px; top: -35px; border: 1px solid #fff; color: #fff; background: #333; line-height: 30px; width: 160px; text-align: center;} #skip a:active, #skip a:focus {top: 0;} /* 레이아웃 */ #wrap {width: 100%;..
무료 FTP 서버 - File zilla https://filezilla-project.org/
웹 디자인 - Brackets Brackets - 웹 디자인을 이해하는 현대적인 오픈소스 코드 에디터 A modern, open source code editor that understands web design Brackets is a lightweight, yet powerful, modern text editor. We blend visual tools into the editor so you get the right amount of help when you want it. With new features and extensions released every 3-4 weeks, it's like getting presents all year long. brackets.io
무선으로 노트북 2대 연결하기(메인용 노트북, 모니터용 노트북) 윈도우 10이 깔려있는 노트북 2대 준비. 1. 모니터용 노트북 2. 메인용 노트북 먼저 모니터용 노트북을 모니터로 연결할 준비하기. 모니터용 노트북은 모니터용으로 연결할 준비가 완료됐다. 다음으로 메인용 노트북으로 모니터용 노트북을 연결한다. 이처럼 각자 상황에 맞게 디스플레이를 정렬해 사용하면 된다. 끝
웹 표준 사이트 만들기 9강 index.html header contents cont_tit cont_ban cont_cont footer style.css @charset "utf-8"; /* 레이아웃 */ #wrap {width: 100%;} #header {width: 100%; height: 325px; background: #111;} #contents {width: 100%;height: 800px; background: #222;} #footer {width: 100%; height: 200px; background: #333;} /* 컨텐츠 레이아웃 */ #cont_nav {width: 100%; height: 200px; background: #333;} #cont_tit {width: 100%; height: 20..
웹 표준 사이트 만들기 8강 8강부터는 작업한 레이아웃을 서버에 업로드하며 진행 www.dothome.co.kr 닷홈 호스팅 닷홈은 도메인, 무료 웹호스팅, 웹빌더, 메일호스팅, SSL보안인증서, 서버호스팅, 코로케이션 등 다양한 호스팅 서비스를 제공하고 있습니다. www.dothome.co.kr https://filezilla-project.org/ index.html style.css @charset "utf-8"; /* 레이아웃 */ #wrap {width: 100%;} #header {width: 100%; height: 325px; background: #111;} #contents {width: 100%;height: 800px; background: #222;} #footer {width: 100%; height: 20..

반응형
LIST