로딩
요청 처리 중입니다...

[07]CSS Syntax, CSS Background

 [07]CSS Syntax, CSS Background

HTML [07]CSS Syntax, CSS Background MrBini 2016. 4. 4. 15:22 이웃추가 본문 기타 기능 1. CSS Syntax 2.

CSS Example p { 셀렉터 color: red; text-align: center; } Hello World!

This paragraph is styled with CSS. 3.

CSS 주석 p { color: red; /* This is a single-line comment */ text-align: center; } /* This is a multi-line comment */ Hello World!

This paragr...