Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created June 6, 2015 08:02
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 chuck0523/afa50b0291ef7e09596b to your computer and use it in GitHub Desktop.
Save chuck0523/afa50b0291ef7e09596b to your computer and use it in GitHub Desktop.
<style>
div.menuBox{
width:calc(100%/4);
height:40px;
float:left;
font-size:20px;
text-align:center;
line-height:40px;
transition:border-bottom linear 1s,color linear 1s;
}
div.menuBox a{
color:#595959;
text-decoration:none;
}
div.menuBox a:hover{
height:39px;
border-bottom:#199 1px solid;
color:#199;
}
</style>
<div class="menuBox"><a href="http://profile.hatena.ne.jp/chuck0523/">書いてる人</a></div>
<div class="menuBox"><a href="http://chuck0523.hatenadiary.jp/entry/2015/05/31/ブログ運営丸1年、200記事の中からオススメ記事22">おすすめ記事</a></div>
<div class="menuBox"><a href="http://chuckwebtips.hatenablog.com">技術ブログ</a></div>
<div class="menuBox"><a href="http://chuck0523.hatenadiary.jp/entry/2000/01/01/chuckへのコンタクト一覧">コンタクト</a></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment