Created
April 21, 2017 05:06
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*読者登録ボタン*/ | |
.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