CSS

· Web
Codecademy front-end engineer course DAY13 Learn CSS: Documentation&Debugging Learn CSS: Color Theory Documentation is an essential tool to learn about properties. 1. MDN the source of documentation for HTML, CSS, and JavaScript. https://developer.mozilla.org/ko/ MDN Web Docs MDN 웹 문서 사이트는 HTML, CSS, 및 웹 사이트와 프로그레시브 웹 앱을 위한 API를 포함한 오픈 웹 기술에 대한 정보를 제공합니다. 또한 Firefox 개발자 도구와 같은 Mozilla 제품을 위한 개발자..
· Web
Codecademy front-end engineer course DAY7 Learn CSS: Color - Introduction of Color [색 표현법 종류] Named Color English words that describe colors, also called keyword colors RGB numeric values that describe a mix of red, green, and blue HSL numeric values that describe a mix of hue, saturation, and lightness - Two types of Color[배경색, 글씨 색] color this property styles an element’s foreground color. bac..
· Web
Codecademy front-end engineer course DAY6 Deploy a site with Github Pages Developing with CSS Semantic CSS - What is Github? : GitHub hosts that folder so that it is accessible to you and your teammates from anywhere in the world. https://www.youtube.com/watch?v=2MsN8gpT6jY&feature=youtu.be - Making Website with github [깃허브로 간단한 웹페이지] http://KwonET.github.io https://kwonet.github.io/ kwonet.gith..
· Web
Codecademy front-end engineer course DAY5 Learn CSS: Selector and Visual Rules [2) CSS visual rules] Getting started with Text Editors - CSS structure [CSS 구조] :The entire code must be surrounded by selector :The property and value are separated by a colon (:). A semicolon (;) should always be used at the end of a declaration. property the property you’d like to style of that element (ex. color,..
· Web
Codecademy front-end engineer course DAY4 Learn CSS: Selector and Visual Rules [1) CSS setup and Selector] - Inline Style [인라인] : add CSS attribute directly next to the HTML tag. I'm learning to code! - The style tag : you can specify which elements to apply the styling to. - Linking the CSS file [CSS 파일 링크 걸기] href attribute must be the address, or path, to the CSS file. type describes the type..
이티권
'CSS' 태그의 글 목록