Witam mam problem z zbudowaniem strony , chciałbym żeby kafelki nr 2 znajdowały się pod imieniem i nazwiskiem.



Pozdrawiam
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="utf-8"/>
<title>Kucharski Piotr</title>
<link rel="stylesheet" href="style.css" type="text/css"/>
<link href='https://fonts.googleapis.com/css?family=Lobster|Amatic+SC:400,700&subset=latin,latin-ext' rel='stylesheet'
</head>
<body>
<div id="container">
<div class="rectangle">
<div id="logo">Piotr Kucharski</div>
<div style="clear:both;"></div>
</div>
<div class="square">
<div class="tile1">1</div>
<div style="clear:both;"></div>
</div>
<div class="square">
<div class="tile2">2</div>
<div class="tile2">2</div>
</div>
<div stle="clear:both;"></div>
<div class="rectangle"></div>
</div>
</body>
</html>
body
{
background-color:#3A3A3A;
color:#ffffff;
font-family: 'Amatic SC', cursive;
font-size:20px
}
#container
{
width:1000px;
margin-left: auto;
margin-right: auto;
}
.rectangle
{
width:460px;
margin:20px;
float:left;
}
.square
{
witdth:50%;
float:left;
}
#logo
{
font-family: 'Lobster', cursive;
font-size:70px;
witdth:400px;
float:left;
}
.tile1
{
margin:10px;
width:480px;
height:700px;
background-color:#666699;
}
.tile2
{
margin:10px;
width:230px;
height:142px;
background-color:#666699;
float:left;
PRZED ZADANIEM PYTANIA NA FORUM NALEŻY ZAPOZNAĆ SIĘ Z REGULAMINEM I FAQ! (podajemy kod w formie tekstu w treści pytania, używamy bloczku "code").