qfcndtt

CSS之DIV上下左右居中

  position:absolute;
  top:50%;
  left:50%;
  margin-top:-200px;
  margin-left:-300px;
  width:600px;
  height:400px;

分类:

技术点:

相关文章:

  • 2021-11-29
  • 2021-09-19
  • 2022-12-23
  • 2021-11-29
  • 2021-11-29
  • 2021-11-29
  • 2021-11-29
  • 2021-11-29
猜你喜欢
  • 2021-11-29
  • 2021-11-29
  • 2021-12-09
  • 2021-11-26
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
相关资源
相似解决方案