작성자 : 김동일
작성일 : 2015-09-02 17:29
css 레퍼런스 설명:
- color : 텍스트에 색상을 입힌다.
- text-align : 텍스트의 위치를 정렬한다.
sample code
:
<!DOCTYPE html>
<html>
<head>
<style>
p {
color: red; /*p테그 색상*/
text-align: center; /*p테크 글자 정렬*/
}
</style>
</head>
<body>
<p>This is a paragraph.</p>
</body>
</html>
결과
File
-
Format : css3_reference명.md 파일로 작성할 것
-
경로 : docs 폴더에 해당 파일을 넣을 것
image :
-
Format : 레퍼런스 내용에 보여지는 이미지는 css3_reference명.jpg 파일로 작성할 것
-
경로 : images 폴더에 넣을 것
-
문서(
*.
md 파일)에 이미지 출력시 다음의 방법으로 작성함
![sample code](../images/image명.jpg)
cf) 문서 작성에 대한 상세 내용은 README.md파일의 소스를 참고하시기 바랍니다.
cf) Github 사이트에 등록하는 방법도 09-GitHub-for-Windows를 참고하시기 바랍니다
- align-content
- align-items
- align-self
- @keyframes
- animation
- backface-visibility
- background-clip
- background-origin
- background-size
- border-image
- border-image-outset
- border-image-repeat
- border-image-slice
- border-image-source
- border-image-width
- border-radius
- box-shadow
- box-sizing
- column-count
- column-gap
- column-rule
- column-rule-color
- column-rule-style
- column-rule-width
- column-span
- column-width
- columns
- flex
- flex-basis
- flex-direction
- flex-flow
- flex-grow
- flex-shrink
- flex-wrap
- @font-face
- font-feature-settings
- hyphens
- justify-content
- opacity
- order
- outline-offset
- overflow-wrap
- overflow-x
- overflow-y
- perspective
- perspective-origin
- resize
- tab-size
- text-align-last
- text-overflow
- text-shadow
- transform
- transform-origin
- transform-style
- transition
- transition-delay
- transition-duration
- transition-property
- transition-timing-function
- word-break
- word-wrap