반응형

웹 프로그래밍 38

생활코딩 css 그리드

https://opentutorials.org/course/3086/18322 그리드 - 생활코딩 그리드의 기본 사용법 강의 caniuse 홈페이지 소스코드 변경사항 그리드 써먹기 강의 소스코드 변경사항 Grid 기능의 호환성 https://caniuse.com/#feat=css-grid opentutorials.org 이제 그리드 배운다 그리드를 알기 위해 grid.html을 임시로 만들어서 해보자 Navigation Article Navigation / Article을 각각 박스에 담고 싶다고 하자 우리가 아는 선택자 h1을 이용해서 묶을까? 하지만 h1에는 이미 제목이라는 뜻이 들어가 있다 따라서 무색무취인 선택자를 사용할 필요가 있는데 이 선택자를 라고 한다 division의 약자다 마찬가지로 b..

생활코딩 박스모델2 줄긋기

https://opentutorials.org/course/3086/18319 박스모델 - 생활코딩 CSS box model 소개 강의 소스코드 변경사항 박스 모델을 써먹기 강의 소스코드 변경사항 opentutorials.org 밑줄을 긋고 싶다 일단 2.html에서 해본다 WEB HTML CSS JavaScript CSS Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language.[1] Although most often used to set the visual style of web pages and user interf..

생활코딩 박스모델

이번 시간은 박스모델에 대해서 배울 예정 CSS Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language.[1] 가장 기본 첫 코드 을 하면 CSS가 제목처럼 변한다 CSS Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language.[1] href 로 link 삽입 은 화면 전체를 쓰므로 줄바꿈을 해준다 은 화면 전체를 쓰지 않는다. 이 사람의..

생활코딩 css 선택자를 스스로 알아내는 방법

https://opentutorials.org/course/3086/18329 CSS 선택자를 스스로 알아내는 방법 - 생활코딩 강의 내용이 많고 복잡합니다. 시간을 충분히 확보하고 시작하세요. 소스코드 변경사항 opentutorials.org WEB HTML CSS JavaScript CSS Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language.[1] Although most often used to set the visual style of web pages and user interfaces written in H..

생활코딩 css 혁명적 변화

전 시간에 태그로 css임을 알렸다 오늘은 태그 대신 속성으로 알려줄 예정이다. style="color:red" WEB HTML CSS JavaScript CSS Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language.[1] Although most often used to set the visual style of web pages and user interfaces written in HTML and XHTML, the language can be applied to any XML document, including ..

생활코딩 css의 등장

https://opentutorials.org/course/3086/18312 CSS의 등장 - 생활코딩 수업예고 웹이 태어난 직후에 HTML에는 디자인을 위한 코드가 대거 추가됩니다. 무분별하게 추가된 디자인 기능은 정보로서의 웹이라는 가치를 오히려 퇴보시킵니다. 이를 극복하기 위해서 웹을 opentutorials.org html의 태그를 해결할 수 있는 css html코드에서 주석하는 방법 웹브라우저는 기본적으로 html을 해석한다 따라서 css를 쓰면 css코드로 해석해줘라고 Html으로 이야기해주어야 한다. 부분이다. 여기 안에 태그에 대해 똑같은 디자인을 적용할 수 있다. css를 사용하는 이유 첫번쨰는 html이 정보에 전념하기 위해 디자인 기능을 뻇은 것 두전째는 효율적이다. 중복 제거 등 ..

반응형