bordercss input表单

背景色    (单词、16进制、rgb颜色)

 background:linear-gradient( to right,red,blue) 线性渐变

background  no-repeat  不平铺

background: url(img/p2.jpg) -100px 0; 

border  宽度  样式   颜色 (border: 1px solid red;)

左右上下border效果(border-left: ; border-right:; border-top: ;border-bottom: ;)

阴影  box-shadow

圆角  border-radius  (做圆形 正方形的半径  width   herght 的一半)

右上角 圆角  border-top-right-radius

border-top-right-radius

行列  table   tr  td 

   

  都市速度

 

      

  

  

  

  

   

      

  

  

  

  

   

      

  

  

  

  

   


都市速度 都市速度 都市速度 都市速度
都市速度 都市速度 都市速度 都市速度
都市速度 都市速度 都市速度 都市速度

border-collapse: collapse;/*折叠边框*/

border-collapse: collapse;/*折叠边框*/

colspan 行合并

都市速度

表单  from  (action 提交的地址) method  post  get 

input    text文本  password 密码  radio单项

   

  用户名:

  密码  :

  单休

  

  

  多选框

  java

  c++ 

  文本域

  

  提交

  

  

  

   

你可能感兴趣的:(bordercss input表单)