초보 개발자의 기록

Styling a Web Page with CSS 본문

Coursera/DUKE UNIVERSITY

Styling a Web Page with CSS

bambinodeveloper 2020. 12. 14. 01:06
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