1、图片铺满

background: rgba(12, 100, 129, 1) url('https://images.cnblogs.com/likecs_com/yukarin/1639008/o_200129185430DjhScdhUYAA1).png') fixed no-repeat;
background-size:cover      //cover是自适应铺满,contain,按比例调整背景图片

2、img等比例,不设置宽高就会自动比例缩放

<img src="https://images.cnblogs.com/likecs_com/yukarin/1639008/o_200129105929%E7%B4%AB%E5%A6%B963296370_p0.jpg" width="325px" center  >

3、margin: 10px 15px 10px 15px,分别表示上外边距、右外边距、下外边距、左外边距

相关文章:

  • 2021-09-03
  • 2021-06-22
  • 2021-09-22
  • 2021-11-27
  • 2021-06-05
  • 2021-12-07
  • 2021-11-21
  • 2022-12-23
猜你喜欢
  • 2021-08-26
  • 2021-12-04
  • 2021-10-19
  • 2021-05-31
  • 2021-12-17
  • 2021-10-05
相关资源
相似解决方案