|
发表于 2019-8-13 10:53:43
From FishC Mobile
|
显示全部楼层
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> <style> .main { position: absolute; width: 520px; height: 250px; top: 50%; left: 50%; margin-left: -260px; margin-top: -125px; background: lightseagreen; } .main img { width: 250px; } </style></head><body> <div class="main"> <img src="./1.jpg" alt=""> <img src="./1.jpg" alt=""> </div></body></html>
|
|