zoukankan      html  css  js  c++  java
  • html5-css背景

    div{
         300px;
        height: 300px;
        border:50px groove rgba(200,60,30,0.5);
        /*background-color: red;*/
        /*background-image: url(../imges/ss.png);
        background-repeat: repeat;*/
        /*background-repeat: no-repeat;
        background-repeat: repeat-x;
        background-repeat: repeat-y;
        background: green url(../imges/ss.png) repeat-x;*/
        background: green url(../imges/qq.png) no-repeat;
        /*background-position: center;
        background-position: right bottom;
        background-position: 30%;
    background-position: 30% 70%;*/
    /*background-position: 20px 150px;*/
    /*background-attachment: fixed;*/
    /*background-attachment: scroll;*/
    /*background-size: 80px;
    background-size: 101%;*/
    /*background-size: cover;
    background-size: contain;*/
    background-origin: border-box;
    /*background-origin: content-box;
    background-origin: padding-box;*/
    /*background-clip: border-box;
    background-clip: padding-box;*/
    background-clip: content-box;
    }

    天道酬勤,厚积薄发。 君子之行,静以修身,俭以养德。 非淡泊无以明志,非宁静无以致远。 如有恒,何须三更起,半夜眠;最怕莫,三天打鱼两天晒网,竹篮打水一场空。
  • 相关阅读:
    在阿里云服务器上安装MySQL
    mui中调用ajax时报abort错误
    IDEA根据数据库表生成pojo对象
    java.io.IOException: All specified directories have failed to load.
    mysql隔离级别
    java8新特性
    数据库语言分类
    Spring AOP 代码示例
    java NIO学习(二)
    java NIO学习(一)
  • 原文地址:https://www.cnblogs.com/houweidong/p/7725598.html
Copyright © 2011-2022 走看看