Skip to content

Instantly share code, notes, and snippets.

Created April 21, 2017 05:06
/*読者登録ボタン*/
.read-button {
display: block;
width: 220px;
height: 40px;
line-height: 40px;
text-align: center;
text-decoration: none;
font-weight:bold;
position: relative;
color: #000000;
border: 2px solid #000000;
}
.read-button:hover {
border-style:dashed;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment