Sunday, December 7, 2014

css tricks

cum sa afisezi un div peste div

<code>
<body>
<div style="background-color: #003333; overflow: hidden;">
<div style="background-color: #ff0033; float: left;">
xyz
</div>
</div>
</body></code>
xyz

No comments:

Post a Comment