css입문자입니다. 채택완료
디자인아루즈
7년 전
조회 2,616
이게 맞는 문법인가요?
menu {font-family: "나눔고딕";color:#000; font-size:14px;}
a:link { color: #000; text-decoration: none; } a:visited { color: #000; text-decoration: none; } a:hover { color: #000; text-decoration: none; } a:active { color: #000; text-decoration: none; }
폰트에 볼드를 주고싶고 각이벤트에 동일한폰트(볼드, 14px)에 색상만 바꾸고 싶습니다. 방법이 있나요?
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
채택된 답변
+20 포인트
7년 전
</p>
<p><style></p>
<p>.menu {font-family: "나눔고딕";color:#000; font-size:14px;</p>
<p> font-wieght:bold; /* 여기를 추가하세요*/</p>
<p>}</p>
<p>a:link {
color: #000;
text-decoration: none;
}
a:visited {
color: #000;
text-decoration: none;
}
a:hover {
color: #000;
text-decoration: none;
}
a:active {
color: #000;
text-decoration: none;
}</p>
<p> </style></p>
<p>
그리고, 사용하실 태그가
사용하실 태그의 ID , Class의 차이는
아래 URL을 참고하세요
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인