반응형
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
- 안드로이드
- job
- react
- 데이터베이스
- servlet
- coding test
- Doit알고리즘코딩테스트
- jsp
- mysql
- CSS
- 웹개발자
- BCIT
- html
- MSA
- Java
- 밤비노
- Spring MVC
- spring boot
- two pointers
- sql
- 자바
- SpringFramework
- MVC
- 웹개발
- Bambino
- vite
- 웹개발기초
- DB
- MVC패턴
- Programming
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 |