Return to Snippet

Revision: 44529
at April 13, 2011 16:29 by yanekk


Initial Code
<style type="text/css">
        #zewnetrzny { position: relative}
        #wewnetrzny { position:absolute; top: 50%; height: 10em; margin-top: -5em}
</style>

<div id="zewnetrzny">
        <div id="wewnetrzny">
                <p>Lorem ipsum</p>
                <p>Dolor sit amet</p>
        </div>
</div>

Initial URL


Initial Description


Initial Title
vertical alignment?

Initial Tags


Initial Language
HTML