Skip to content

Instantly share code, notes, and snippets.

@s-hiroshi
Last active May 12, 2016 22:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s-hiroshi/dbd68c6065c635d448a9 to your computer and use it in GitHub Desktop.
Save s-hiroshi/dbd68c6065c635d448a9 to your computer and use it in GitHub Desktop.
CSSで円(circle)を描画するサンプルです。
.circle {
display: inline-block;
width: 60px;
height: 60px;
border-radius: 30px;
color: #fff;
background: #ff0000;
font-size: 0.75em;
font-weight: bold;
text-align: center;
line-height: 60px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment