这个站我没招下线,自己账户有3美元多些,今天论坛一看。差评如潮啊!
引用一:roudycash已经不行了!帐上根本没钱支付了!钱多的快投广告,要不了几天就会关站了。
引用二:roudycash那个小屁孩站长在求会员捐款给他租服务器,同时还不忘了骂中国人
哈哈哈,国内不少人都撤资了,有得他头痛。
引用三:roudycash要准备清零所有帐号的金额,大家快投广告或转到战队去。
Hi guys i have paid server today…So it can be ok,for next 30 days.. We will tomorrow(or today? )switch on instant payments…. But I HAVE TO ERASE BALANCES OF ALL PREMIUM MEMBERS!!!!! You will be able to convert it to team balance ,where you will be able to cashout it then.. ..or convert to ads,of [...]
曹鹏 css 演示文档的下载:这里
本站备份(不推荐):这里
}
a{
color:purple;
}
a:visited{
color:red;
background-color:black
}
a:hover{
background-color:white;
}
链接与化类别
用CSS的:link化类别来制定没有访问过链接的属性.
没有访问过的链接是什么颜色,访问过的链接是什么颜色
pseudo-Class Example Use Description
:link a:link {…} 设置为访问过链接属性
:visited a:viseted{…} [...]
文本变形属性:
是指大小写转换首字母大写等属性.
text-transform: none 不变
text-transform: capitalize 首字母大写
text-transform: uppercase 全部字母大写
text-transform: lowercase 全变小写
文本装饰属性:
在css中,文本装饰效果涉及到上划线,下划线,删除线等对文本的一些装饰效果.
text-decoration: none 无
text-decoration: underline 下划线
text-decoration: overline 上划线
text-decoration: line-through 删除线
文本对齐:
css支持水平的对齐和适当的文本
text-align: left
text-align: right
text-align: center
text-align: justify 文本两边对齐
文本缩进:
通过 text-indent 的属性你可以在css中对每个段落的首行缩进.
text-indent: <length> 根据具体数值对段落首行进行缩进
text-indent: <percentage> 根据百分比缩进