NOTICE: This website is no longer updated or supported - as such many of the techniques used to build it may seem antiquated in the modern day. It is preserved for historical reasons only.
<style type="text/css"></head>
<!--</style>
#outer {position: absolute;-->
left: 100px; top: 50px;
height: 400px; width: 150px;
background-color: yellow;}
#inner {position: absolute;
left: 75px; top: 50px;
height: 30px; width: 40px;
background-color: #FFA500;}
#outer2 {position: absolute;
left: 90%;
height: 100px; width: 10%;
background-color: green;
color: white;}
#outer3 {position: absolute;
bottom: 10px; right: 150px;
height: 100px; width: 100px;
background-color: purple;
color: white;}
<span id="inner">This is the inner part of the nest.</span></div>