D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home5
/
grandhou
/
www
/
Filename :
css.css
back
Copy
@charset "utf-8"; /* CSS Document */ body { margin-left: 0px; margin-top: 0px; background-color: #0D0405; } .mainwrap { height: 100%; width: 100%; display: table; text-align: center; } .wrap { width: 100vw; display: table-cell; vertical-align: middle; height: 98vh; } .wrap img { width: 40%; height: auto; } @media(max-width:780px) { .wrap img { width: 90%; height: auto; } }