zoukankan      html  css  js  c++  java
  • html5-css边框img

    div{
         500px;
        height: 300px;
        background: rgb(122,30,60);
        border:15px solid black;
        /*border-image-source: url(../pic/bg4.jpg);
        border-image-slice: 30;
        border-image-slice: 30 fill;
        border-image- 5px;*/
        /*border-right- 30px 50px;
        border-image-outset:10px ;*/
        /*border-image-repeat:repeat; */
        /*border-image-repeat: stretch round;
        border-image-repeat:round stretch;*/
        /*border-image-repeat: round;*/
        border-image: url(../pic/bg4.jpg) 30  /5px /5px  repeat;
        }

    天道酬勤,厚积薄发。 君子之行,静以修身,俭以养德。 非淡泊无以明志,非宁静无以致远。 如有恒,何须三更起,半夜眠;最怕莫,三天打鱼两天晒网,竹篮打水一场空。
  • 相关阅读:
    将HTML格式的String转化为HTMLElement
    程序执行效率
    Oracle之sql追踪
    单行bash、shell、perl命令
    主机安装
    时间序列分析
    R统计图
    需求分析
    oracle数据导入导出
    linux权限问题
  • 原文地址:https://www.cnblogs.com/houweidong/p/7636876.html
Copyright © 2011-2022 走看看