zualuoi
[Code] Viết tiêu đề to tướng
on 02/12/2012zualuoi
loading...
https://i.servimg.com/u/f42/13/82/55/09/untitl47.png
demo online: nguồn đâu đừng hỏi
http://www.xaydungthanhhoa.com/
- Code:
#pun-title {
color: #32570f!important;
font-family: monospace;
font-size: 33px;
font-weight: 700;
padding: 15px;
text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3), 1px 1px 0 rgba(0, 0, 0, 0.8);
text-transform: uppercase;
z-index: 1;
}
còn nếu muốn ẩn nó thì
- Code:
#pun-title{
display: none;}
No Comment.