紀錄一下,這是css標題樣式,之後應該還會再用到
<html xmlns="http://www.w3.org/1999/xhtml" > | |
<head runat="server"> | |
<title></title> | |
<style type="text/css"> | |
.box{ | |
border:1px solid #FFFFFF; | |
margin-bottom:15px; | |
padding:10px; | |
width:200px; | |
} | |
.box-title { | |
background-color:#4C6CB3; | |
color:#FFFFFF; | |
font-size:x-large; | |
line-height:1.5em; | |
margin:0; | |
padding:3px 15px 3px 0; | |
text-align:right; | |
text-shadow:4px 4px 6px black; | |
} | |
.box-text { | |
border:2px solid #4C6CB3; | |
color:#333333; | |
margin-bottom:30px; | |
padding:10px; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="box" id="counter"> | |
<h4 class="box-title">測試</h4> | |
<div class="box-text "> | |
<ul> | |
<li>本日人氣:<span id="blog_hit_daily">93</span></li> | |
<li>累積人氣:<span id="blog_hit_total">711927</span></li> | |
</ul> | |
</div> | |
</div> | |
</body> | |
</html> |
全站熱搜
留言列表