testare
Programmer
- Jan 21, 2005
- 127
Can anyone help me making the same middle div as this webbsite I only need the middle line.
Hope you understand which line im talking about.
Hope you understand which line im talking about.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<div id="middle" style="width:520px;">
<div id="logo" style="text-align:right;padding:0 0 100px 0;margin:0;">
<a href="linktohomepage" title="Home page"><img src="yourlogohere.jpg" alt=""></a>
</div>
<ul style="list-style:none;margin:0;padding:0;">
<li><a href="#" title="">Link...</a></li>
<li><a href="#" title="">Link...</a></li>
<li><a href="#" title="">Link...</a></li>
<li><a href="#" title="">Link...</a></li>
</ul>
</div>