@media only screen and (min-width: 1024px) //当分辨率width >= 1024px 时使用1.jpg作为背景图片 { .bg{ background:url(./images ...
lt DOCTYPE html gt lt html lang en gt lt head gt lt meta charset UTF gt lt title gt Document lt title gt lt style type text css media screen gt body width: px height: px background color: pink backgr ...
2018-10-13 11:27 0 1263 推荐指数:
@media only screen and (min-width: 1024px) //当分辨率width >= 1024px 时使用1.jpg作为背景图片 { .bg{ background:url(./images ...
/*背景图片 1. 必须加url 2. url 里面的地址不要加 引号*/ background-image: url(images/l.jpg); } /*默认的是平铺图 repeat*/ /*background-repeat: repeat;*/ /*背景图片不平 ...
CSS背景颜色设置 background-color:red;如设置背景颜色为红色; 背景颜色设置支持3种写法: 颜色名 16进制 rgb CSS背景图片颜色设置 background-image:url(图片地址);如设置背景图片 路径不在 ...
写在HTML <title>标题下 ...
;}上面的代码表示Body这个HTML元素的背景颜色是翠绿色的。演示示例背景图片属性(background- ...
CSS背景颜色设置 background-color:red;如设置背景颜色为红色; 背景颜色设置支持3种写法: 颜色名 16进制 rgb CSS背景图片颜色设置 background-image:url(图片地址);如设置背景图片 路径不在说明了! CSS背景图片平铺 ...
2020-04-27 每日一例第43天 1.后台代码 <html> <center><head> 0420html中div的用法</head> <body> <div style="color:Red; font-size ...
<body> <canvas id="c1" width="400" height="400"> </canvas> <script type ...