text-decoration:none; 에서 bold를 줄려면? 정보
text-decoration:none; 에서 bold를 줄려면?본문
text-decoration:none; 이라는 css에서
만약 볼드값을 줄려면 어떻게 해야 하나요?
text-decoration:font-weight: bold;
이렇게 해야 하는지요...
근데 이렇게 하면 변화가 없고....
만약 볼드값을 줄려면 어떻게 해야 하나요?
text-decoration:font-weight: bold;
이렇게 해야 하는지요...
근데 이렇게 하면 변화가 없고....
댓글 전체

{text-decoration:none;font-weight:bold;}
고맙습니다. ^^