<html>
<head>
<title></title>
<style type="text/css">
#a
{
margin:10px;
border:4px solid black;
width:700px;
height:700px;
background-color: white;
}
#b
{
margin:20px;
border:4px solid black;
width:650px;
height:50px;
background-color: yellow;
}
#c
{
margin:20px;
border:4px solid black;
width:530px;
height:550px;
background-color: grey;
float:right;
}
#d
{
margin:20px;
border:4px solid black;
width:100px;
height:550px;
background-color: yellow;
}
#e
{
margin:20px;
border:4px solid black;
width:480px;
height:50px;
background-color: yellow;
}
#f
{
margin:20px;
border:3px solid black;
width:100px;
height:20px;
background-color: cyan;
border-radius:8px 8px 8px 8px;
}
#g
{
margin:20px;
border:3px solid black;
width:100px;
height:20px;
background-color: cyan;
float:left;
border-radius:8px 8px 8px 8px;
}
#h
{
margin:20px;
border:3px solid black;
width:100px;
height:20px;
background-color: cyan;
float:left;
border-radius:8px 8px 8px 8px;
}
#i
{
margin:20px;
border:3px solid black;
width:480px;
height:430px;
background-color: yellow;
}
</style
</head>
<body>
<div id="a">
<div id="b">header</div>
<div id="c"><div id="e"><div id="f">tool 1
<div id="g">tool 2</div><div id="h">tool 3</div>
</div>
</div>
<div id="i">map(through mapstration if that )
</div>
</div>
<div id="d">menu</div>
</div>
</body>
</html>
No comments:
Post a Comment