티스토리 뷰
[1] margin, padding
- margin과 패딩의 값설정방법 4개짜리 : 위부터 시계방향(top-right-bottom-left) 3개짜리 : 위-좌우 같은값-아래 2개짜리 : 위아래 같은값-좌우 같은값 1개짜리 : 모두 같은값 |
[2] Border Style
p {
border-top-style: dotted;
border-right-style: solid;
border-bottom-style: dotted;
border-left-style: solid;
}
[4] Outline Style
p{
border:1px solid red;
outline:green dotted thick;
}
'web > css,html' 카테고리의 다른 글
Font Awesome - 아이콘 폰트형식으로 추가하기 (0) | 2018.08.14 |
---|---|
w3school (0) | 2018.01.17 |
리스트 (0) | 2018.01.17 |
css적용하기, id와 class속성 (0) | 2018.01.17 |
utf-8로 설정하기, html프로젝트 생성하기 ,html 실행시키기 (0) | 2018.01.17 |
댓글