[Google Style系列] 底部版权信息

Google底部的版权信息一般是放在蓝色的框里面,这个效果很简单,不需要说明了,直接上代码吧.

 

第一种,方框的

 

<STYLE type=text/css>   
  .footer {
     PADDING-RIGHT: 5px;
     BORDER-TOP: #ffffff 1px solid;
     PADDING-LEFT: 5px;
     FONT-SIZE: 83%;
     BACKGROUND: #e5ecf9;
     PADDING-BOTTOM: 5px;
     PADDING-TOP: 5px;
     BORDER-BOTTOM: #ffffff 1px solid;
     FONT-FAMILY: arial,sans-serif;
     TEXT-ALIGN: center    
 }
 </STYLE>
 
 <DIV class=footer align=center><FONT color=#666666>
 The CopyRight Information. Your can use it conveniently!
 </DIV>

 

第二种,圆角的.

 <style>
  .w {
     overflow: hidden;
     background: #fff
 }
  .l {
     float: left
 }
  .r {
     float: right
 }
  .c{
     clear: both
 }
  .t {
     width: 4px;
     height: 1px
 }
  .o {
     width: 2px;
     height: 1px
 }
  .p {
     width: 1px;
     height: 2px
 }
  .d {
     padding: 2px 10px 5px 10px
 }
 
 
  #rc0 {
     background: #c3d9ff;
     float: left;
     width: 100%
 }
  #rc0 div {
     text-align: center
 }
  #rc0 a {
     color: #00c
 }
  #rc0 a: hover {
     text-decoration: underline
 }
 
 </style>
 <div id="rc0">
     <div class="w t l"></div>
     <div class="w t r"></div>
     <div class="c"></div>
     <div class="w o l"></div>
     <div class="w o r"></div>
     <div class="c"></div>
     <div class="w p l"></div>
     <div class="w p r"></div>
     <div class="c"></div>
     <div>
       <font face="arial" size="3">The CopyRight Information</font>
     </div>
     <div class="c"></div>
     <div class="w p l"></div>
     <div class="w p r"></div>
     <div class="c"></div>
     <div class="w o l"></div>
     <div class="w o r"></div>
     <div class="c"></div>
     <div class="w t l"></div>
     <div class="w t r"></div>
 </div>

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值