css常用

css常用:

div:居中
text-align:center;
margin:0 auto;

背景透明:
background-color:rgba(255,255,255,0.5);//0.5是透明度

按钮或链接不可用:
disabled

原文地址:https://www.cnblogs.com/Zbuxu/p/7427788.html