Skip to content

Instantly share code, notes, and snippets.

@dreamark
Created June 7, 2016 07:48
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 dreamark/762c57851fdf0588dfe85534d13e94be to your computer and use it in GitHub Desktop.
Save dreamark/762c57851fdf0588dfe85534d13e94be to your computer and use it in GitHub Desktop.
<div id="foot">
<div class="footer-area">
<div class="hatena-module-title">
<span class="foot-title">タイトル</span>
</div>
<span class="foot-body">本文</span>
</div><!-- endfooter-area -->
<div class="footer-area">
<div class="hatena-module-title">
<span class="foot-title">タイトル</span>
</div>
<span class="foot-body">本文</span>
</div><!-- endfooter-area -->
<div class="footer-area">
<div class="hatena-module-title">
<span class="foot-title">タイトル</span>
</div>
<span class="foot-body">本文</span>
</div><!-- endfooter-area -->
</div>
<div id="copyr">
Copyright © 2016 ブログ名 All rights reserved.
</div>
<style type="text/css">
/*Copyright*/
#copyr {
width:100%;
margin:0 auto;
margin-left: -500%;
margin-right: -500%;
padding-left: 500%;
padding-right: 500%;
background: #1D3557;
font-size: 12px;
color:#fff;
text-align: center;
line-height: 3;
}
/*フッター*/
#foot {
width:100%;
margin-left: -500%;
margin-right: -500%;
padding-left: 500%;
padding-right: 500%;
background: #f6f6f6;
overflow:hidden;
border-top:1px #ddd solid;
margin-bottom:0;
margin-top:0;
padding-bottom:0;
padding-top:16px;
}
#foot .footer-area {
width:100%;
box-sizing: border-box;
float: none;
color: #888;
font-size:80%;
line-height:20px;
margin: 9px 0 32px 0;
padding:8px 8px 0 8px;
}
#foot .footer-area:first-child{margin-left:0;}
.footer-area .module-title{
display: block;
box-sizing: border-box;
border-bottom: 1px solid #e5e5e5;
width:100%x;
}
.foot-body{
padding-top:32px;
}
.footer-area .hatena-module{
margin-top: 16px;
margin-bottom: 0;
}
.foo-title{
font-size: 120%;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment