<ul>
<li class="a">Put on!</li>
</ul>
li {
display : inline-block;
background: #74653D;
color: #FFFBD5; /*元の文字色*/
width: 300px;
line-height: 66px;
text-align: center;
font-size: 28px;
font-weight: bold;
margin-right: 20px;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.a:hover {
color: #BF9427; /*マウスオーバー時の文字色*/
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.