Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
        <html>
            <head>
                <title>Test Page</title>
                    <meta http-equiv = "Content-Type" content = "text/html; charset=utf-8">
                <style type='text/css'>
                
ul, ul li {
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul li {
    float: left;
}
ul a:link, ul a:visited {
    text-decoration: none;
    display: block;
    width: 80px;
    text-align: center;
    background-color: #dc1;
    color: #000;
    border: 2px outset #dd2;
    padding: 10px;
}
ul a:hover {
    border-style: inset;
    padding: 14px 6px 6px 14px;
}
                </style>    
            </head>
            <body bgcolor='#de0'>
              <ul>
                <li><a href='kontakt.php' target='main'>kontakt</a></li>
                <li><a href='about.php' target='main'>o firmie</a></li>
                <li><a href='' target='main'>łoncze</a></li>
              </ul>
            </body>
        </html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers