css

作者: ZhongQw | 来源:发表于2017-05-30 20:18 被阅读1次
    设置背景或者文本颜色
         <style   type="text/css"  >;
         标签名   {background-color="颜色"};
         背景引用需要加class="标签"
         文本是<span    class="标签">;
    
    图像背景
       <style  type="text/css">;
      标签名  {background-image   ur1(地址);};
    
    重复背景图片
      标签名  {background-image    ur1(地址) ;   background-repeat: repeat}
    
    水平和垂直重复背景图片
          垂直:
         标签名  {background-image    ur1(地址) ;   background-repeat: repeat-y}
        水平:
        标签名  {background-image    ur1(地址) ;   background-repeat: repeat-x}
    
    文本颜色
       标签名:{color:颜色}
    
    字体样式
        标签名  {font-style:样式名}
    

    相关文章

      网友评论

        本文标题:css

        本文链接:https://www.haomeiwen.com/subject/igwrfxtx.html