Sitemap for footer

Developer
Size
2,271 Kb
Views
24,288

How do I make an sitemap for footer?

Straight forward and easy navigation list(sitemap). Suitable for the footer section.. What is a sitemap for footer? How do you make a sitemap for footer? This script and codes were developed by Daniel on 04 September 2022, Sunday.

Sitemap for footer Previews

Sitemap for footer - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Sitemap for footer</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <section class="wrapper"> <div id="navigation"> <h1>Navigation A</h1> <ul id="navlist"> <li><a href="#">Home</a></li> <li>Our Workspace</li> <li>How We Work</li> <li>About us</li> <li>Contact Us</li> </ul> </div> <div id="navigation"> <h1>Navigation B</h1> <ul id="navlist"> <li>Home</li> <li>Our Workspace</li> <li>How We Work</li> <li>About us</li> <li>Contact Us</li> </ul> </div>
<div id="navigation"> <h1>Navigation C</h1> <ul id="navlist"> <li>Home</li> <li>Our Workspace</li> <li>How We Work</li> <li>About us</li> <li>Contact Us</li> </ul> </div>
</section> <script src="js/index.js"></script>
</body>
</html>

Sitemap for footer - Script Codes CSS Codes

@charset "UTF-8";
*{margin:0;padding:0;}
body {height:100%;
margin-top:50px;
font-family: "Helvetica",Helvetica Neu, Arial, sans-serif;
font-size: 65.2%;
color: #444;
background-color: ghostwhite;
}
.wrapper{ width:90%; max-width:1200px;margin:0 auto;
}
/*/////// Navigation ///////*/
#navigation h1 {margin-bottom:20px;}
#navigation {	position: relative;	/*margin-top: 300px;*/	float: left; background:transparent; margin:0 1% 0 1% ;
}
#navigation,#navlist{ min-width:300px; widht:220px;margin:15px;
}
#navlist li { font-size:1.6em;line-height:160%;	display: block;	text-decoration: none;	padding:5px 0 5px 0;	list-style: none;	border-bottom: 1px dotted lightgrey;
}
#navlist li:last-child{border:none;}
#navlist li a {text-decoration:none;color:#444;}
/*#navlist li a:hover {}*/

Sitemap for footer - Script Codes JS Codes

/*
PROJECT: Navigation/Sitemap.
Project started: 7/2014
-----------------------------------
Position: Footer and/- or sidebar
*/
/*Version: Beta 0.1*/
/*
14-07-28/29
Row 2 - Noll value on bodymargins/paddings:
Row 5 - Better typography w. ("Helvetica",Helvetica Neu) trick.
*/
Sitemap for footer - Script Codes
Sitemap for footer - Script Codes
Home Page Home
Developer Daniel
Username deeman
Uploaded September 04, 2022
Rating 3
Size 2,271 Kb
Views 24,288
Do you need developer help for Sitemap for footer?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Daniel (deeman) Script Codes
Create amazing video scripts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!