css style override

来源:互联网 发布:哥伦比亚统计学 知乎 编辑:程序博客网 时间:2024/05/24 05:06

 

in main :

   .form input{        float: left;        width: 50%;        font-size: 20px;    }

 

in page want float : right (remain another 2 attributes ):

   .form input{        float: right;        width: 50%;        font-size: 20px;    }



 

原创粉丝点击