반응형
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 |
Tags
- SpringFramework
- job
- 서버 모니터링
- CSS
- Spring MVC
- jsp
- coding test
- 데이터베이스
- Grafana
- react
- 웹개발기초
- spring boot
- Java
- Doit알고리즘코딩테스트
- BCIT
- 자바
- servlet
- DevOps
- MSA
- sql
- Bambino
- 웹개발
- MVC패턴
- two pointers
- 시큐어코딩
- 모니터링
- 웹개발자
- vite
- html
- 웹 보안
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
반응형
'Study > DUKE UNIVERSITY' 카테고리의 다른 글
| Building a Web Page with HTML (0) | 2020.12.08 |
|---|---|
| Course Overview (0) | 2020.12.08 |