Skip to content

Instantly share code, notes, and snippets.

@alt-karate
Last active June 27, 2019 07:13
Show Gist options
  • Save alt-karate/279fa110823ee66780111a256b46e97f to your computer and use it in GitHub Desktop.
Save alt-karate/279fa110823ee66780111a256b46e97f to your computer and use it in GitHub Desktop.
<li class="circle"><a href="#">トップページ</a></li>
#footer .inner .circle {
position: relative;
}
#footer .inner .circle:before {
content: "";
display: block;
position: absolute;
width: 15px;
height: 15px;
border-radius: 50%;
box-sizing: border-box;
border: 3px solid #fff;
left: 0;
top: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment