분류 전체보기 (489) 썸네일형 리스트형 웹개발종합반 1-11 나홀로 메모장의 포스팅 박스 만들기 문제 내 답 .article{ width:300px; margin:auto; border-radius:10px; font-size:30px; padding-bottom:30px; } margin: auto = 가운데 답 .posting-box { margin: 10px auto 30px auto; width:500px; border: 3px solid black; border-radius: 5px; padding: 25px; } css관련해서 참고할 만한 사이트 css: https://www.w3schools.com/css/css_border.asp css 공식문서: https://developer.mozilla.org/ko/docs/Web/CSS/border CSS Borders W3Schools of.. 웹개발종합반 1-9 Bootstrap을 써보자! 뼈대 https://s3.ap-northeast-2.amazonaws.com/materials.spartacodingclub.kr/web101/week01/06.+%EB%82%98%ED%99%80%EB%A1%9C%EB%A9%94%EB%AA%A8%EC%9E%A5%EB%BC%88%EB%8C%80.html Hello, world! This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information. It uses utility classes for typography and spacing to space content out within the large.. 웹개발종합반 1-9 bootstrap 남이 만들어 놓은 걸 가져다 쓰기 부트스트랩 컴포넌트 https://getbootstrap.com/docs/4.0/components/alerts/ Alerts Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. getbootstrap.com 부트 스트랩할때는 남이 만들어놓은 탬플릿을 가져다 써야함 이걸로 시작해보죠! 웹개발종합반1-7 폰트,주석,파일분리 폰트 폰트 확인할 수 있는 주소:https://fonts.google.com/specimen/Nanum+Pen+Script?subset=korean 로그인 페이지 *{ font-family: 'Nanum Pen Script', cursive; } 주석처리 컨트롤 + 슬래쉬 = 주석처리 파일분리 화면을 꾸미는 스타일의 경우, 파일을 따로 만들고 그 파일을 읽어오는 방식으로 처리 가능 새파일- 스타일 쉬트 만드는 경로 head태그에 아래 코드 붙이기 웹개발종합반1-6 자주 쓰이는 CSS연습하기 *html은 글 속성과 박스 속성이 있음 글은 가로, 세로 개념이 존재하지 않음 ->버튼 이때, 글의 위치를 변경하는 것이 'display:block임' *클래스에는 중첩이라는 것이 존재함 로그인 페이지 아이디, 패스워드를 입력해주세요 ID: PW: 로그인하기 웹개발종합반1-5 CSS기초 명찰을 다는 것과 명찰을 지칭하는 것이 중요함 -> 꾸며주는 것의 핵심 로그인 페이지 ID: PW: 로그인하기 웹개발종합반1-4 로그인 페이지 만들기 아래 로그인 페이지 만들기 로그인 페이지 ID: PW: 로그인하기 웹페이지 만들기 기초- 이론 클라이언트 -서버 #1. 네이버 검사를 통해서 특정 head명을 바꿀때, 네이버를 접속하는 모든 사람의 웹페이지의 head명이 바뀔까? #2. 인터넷 연결을 임시 차단 시킨 상태에서 웹페이지 상태는? 새로고침했을때의 웹페이지 상태는? 임시차단 시킨 상태의 웹페이지는 글 그대로 보임 새로고침했을때의 웹페이지는 인터넷 연결 없음으로 내용이 보이질 않음 API = 통로 이전 1 ··· 58 59 60 61 62 다음