Blogger Information
Blog 2
fans 0
comment 0
visits 1247
Related recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
第6期4.25日作业
光棍二叔的博客
Original
740 people have browsed it

1、兄弟、相邻、伪类选择器

5.png2、伪类型和表单中常用的伪类

6.png

3、背景

7.png

<style>
 #bg{
  /*width: 300px;
  height: 300px;*/
  width: 80px;
  height: 80px;
  border: 1px solid red;
  background-image: url("11.jpg");
  /*background-image: url("11.jpg"),url("22.jpg");*/
  /*background-position: 10% 20%;*/
  /*background-position: left top,right bottom;*/
  background-repeat: no-repeat;
  /*11.jpg的大小为100x147px*/
  /*background-size: cover;*/
  background-size: contain;
  /*background-size: 100% 100%;*/
  background-clip: content-box;
  padding: 10px;
 }
</style>

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post