색깔 굵게 바꾸는방법좀 알려주세요. 정보
색깔 굵게 바꾸는방법좀 알려주세요.본문
수고하십니다.
아래소스에서 글씨색깔및 글씨 굵게 바꾸는 방법좀 가르쳐주세요..
<style type="text/css">
.ticker {
position: relative; /* So we can absolute the .items */
width: 400px;
height: 25px;
overflow: hidden;
border: 0px solid #f0f0f0;
}
.items {
position: absolute;
top: 25px;
margin:5px;
font-family:돋움;
font-size:13px;
}
</style>
아래소스에서 글씨색깔및 글씨 굵게 바꾸는 방법좀 가르쳐주세요..
<style type="text/css">
.ticker {
position: relative; /* So we can absolute the .items */
width: 400px;
height: 25px;
overflow: hidden;
border: 0px solid #f0f0f0;
}
.items {
position: absolute;
top: 25px;
margin:5px;
font-family:돋움;
font-size:13px;
}
</style>
댓글 전체
굵게 : font-weight:bold;
색깔 : color:#FF0000;
색깔 : color:#FF0000;