반응형
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
- DB
- Doit알고리즘코딩테스트
- 리액트프로젝트
- two pointers
- MSA
- 밤비노
- html
- Java
- 데이터베이스
- BCIT
- 자바
- jsp
- 웹개발
- Programming
- SpringFramework
- mysql
- Bambino
- C
- coding test
- 웹개발기초
- 웹개발자
- servlet
- CSS
- sql
- job
- jvm메모리구조
- MVC
- msa개념
- microservices
- 안드로이드
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 |