電話
電話
(元のページに戻るstyle type="text/css">
!--
a.custom_button
{
background-color: #ba2315;
color: white;
font-weight: bold;
padding: 2px 4px;
border-radius: 2px;
display: inline-block;
text-decoration: none;
text-align: center;
position: relative;
box-shadow: 0 3px 0 #9c0500;
font-size: 16px;
}
/* マウスカーソルON時に不透明度を変更 */
a.custom_button:hover
{
opacity: 0.6;
}
/* クリック感を演出 */
a.custom_button:active
{
top: 3px;
box-shadow: none;
}
- >
/style>
marquee width="400" scrollamount="4"><font color="#000099">こんな感じで文字が流れていくよ~</font></marquee>