1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1250">
<meta name="generator" content="PSPad editor, www.pspad.com">
<title></title>
</head>
<body>
<style>
<!--
#boxout{
border: 1px red solid;
width: 400px;
height: 300px;
padding-left: 10px;
}
#boxin1{
border: 1px blue solid;
width: 100px;
height: 100px;
float:left;
margin-left:10px;
}
#boxin2{
border: 1px blue solid;
width: 100px;
height: 100px;
float:left;
margin-left:10px;
}
//-->
</style>
<div id="boxout">
<div id="boxin1">
</div>
<div id="boxin2">
</div>
</div>
</body>
</html> |
Partager