색깔 굵게 바꾸는방법좀 알려주세요.
수고하십니다.
아래소스에서 글씨색깔및 글씨 굵게 바꾸는 방법좀 가르쳐주세요..
<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>
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인
댓글 1개
색깔 : color:#FF0000;