반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- 안드로이드
- 웹개발자
- Bambino
- job
- SpringFramework
- MVC
- 웹개발
- mysql
- MSA
- 데이터베이스
- Programming
- microservices
- BCIT
- servlet
- 코드잇
- two pointers
- 리액트프로젝트
- DB
- CSS
- C
- coding test
- jsp
- Java
- sql
- msa개념
- html
- 웹개발기초
- 밤비노
- 자바
- jvm메모리구조
Archives
- Today
- Total
초보 개발자의 기록
Styling a Web Page with CSS 본문
728x90
CCSS
Cascading Style Sheets
Specifies look and formatting
Separates content from presentation
Design that Scales
Reusability
maintainability
CSS Basics
properties
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference
Classes: named styles
CSS: .classname
IDs: name one element
CSS:#IDname
Combinators: Select by relationship
Colors and Names in CSS
http://www.w3.org/TR/2003/CR-css3-color-20030514/#svg-color
rgb(red,green,blue)
Hexadecimal Values : # +6hex digits
Digits : 0-9 , A(10)-F(15)
728x90
반응형
'Coursera > DUKE UNIVERSITY' 카테고리의 다른 글
Building a Web Page with HTML (0) | 2020.12.08 |
---|---|
Course Overview (0) | 2020.12.08 |