HTML szerkesztés
  • Dj Faustus #1036
    A HTML állomány:
    <?xml version="1.0" encoding="iso-8859-2"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Középre</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
    <link rel="stylesheet" type="text/css" href="style.css" />
    </head>
    <body>
    <div id="container">
    </div>
    </body>
    </html>


    A style.css:
    body {
    margin: 0px;
    padding: 0px;
    border: none;
    text-align: center;
    }
    #container {
    position: absolute;
    width: 770px;
    height: 577px;
    top: 50%;
    left: 50%;
    margin: -288px auto auto -385px;
    padding: 0px;
    border: none;
    }