Skip to content

Instantly share code, notes, and snippets.

@yheihei
Created July 27, 2019 01:14
Show Gist options
  • Save yheihei/82cf240f97531d3a3fcd5c55ac49f250 to your computer and use it in GitHub Desktop.
Save yheihei/82cf240f97531d3a3fcd5c55ac49f250 to your computer and use it in GitHub Desktop.
Bad css desgin1
#blog-post a.button {
display:inline-block;
padding: 0.5rem 1rem;
text-decoration:none;
border-radius: 4px;
background-color: #007bff;
color: white;
font-weight:bold;
}
<div id="blog-post">
<h2>今日の日記</h2>
<p>本文本文本文</p>
<a href="" class="button">続きを読む</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment