작업공간/Web Programming

css P 태그- 라인 한줄로

호걸이 2009. 9. 2. 14:38

p {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 1;
 text-decoration: none;
 margin-top:1;
 margin-bottom:1;
 margin-left:1;
}