Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
    <nav class="page-footer-nav">
      <div class="footer-nav-section">
        <a href="">Menu Item</a>
        <a href="">Sub Menu Item</a>
        <a href="">Sub Menu Item</a>
        <a href="">Sub Menu Item</a>
        <a href="">Sub Menu Item</a>
        <a href="">Sub Menu Item</a>
      </div>
      <div class="footer-nav-section">
        <a href="">Residential Solar Power</a>
        <a href="">Get 3 Residential Solar Quotes</a>
        <a href="">Why Solar Power</a>
        <a href="">Choosing a Solar Power System</a>
        <a href="">Choosing a Solar Power Installer</a>
      </div>
      <div class="footer-nav-section">
        <a href="">Commercial Solar Power</a>
        <a href="">Get 3 Commercial Solar Quotes</a>
        <a href="">Government Incentives</a>
        <a href="">The Business Case</a>
        <a href="">Choosing a Solar Power System</a>
        <a href="">Choosing a Solar Power Installer</a>
      </div>
      <div class="footer-nav-section">
        <a href="">Solar Hot Water</a>
        <a href="">Get 3 Solar Hot Water Quotes</a>
        <a href="">Available Solar Hot Water Rebates</a>
        <a href="">Choosing a Solar Water System</a>
        <a href="">Choosing a Solar Water Installer</a>
      </div>
    </nav>
</body>
</html>
 
a {
  color: #888888;
  display: block;
  line-height: 24px;
  text-decoration: none;
  white-space: nowrap;
}
a:first-of-type {
  border-bottom: 1px solid #888888;
  color: blue;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 14px;
  padding: 12px 0;
  text-transform: uppercase;
}
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers