<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Primer CSS centriranja Vert. + Hor.</title>
<link href="center.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="holder"></div>
<div id="kontejner">
<div id="sadrzaj">
<h1>Ovo je centrirano.</h1>
<p>Zar ne?</p>
</div>
</div>
</body>
</html>
/* CSS centriranje */
*
{
margin: 0;
padding: 0;
}
html, body
{
height: 100%;
}
body
{
color: #333333;
text-align: center;
background: #99CC00;
}
#holder
{
width: 1px;
height: 50%;
float: left;
background: #CC9900;
margin: 0 0 -200px 0;
}
#kontejner
{
clear: left;
width: 450px;
height: 400px;
margin: 0 auto;
text-align: left;
position: relative;
background: #669999;
border: 1px solid #333333;
}
#sadrzaj
{
float: right;
width: 450px;
text-align: center;
}
Follow along with the video below to see how to install our site as a web app on your home screen.
Napomena: this_feature_currently_requires_accessing_site_using_safari