Basic Fixed Width Layout Template

Developer
Size
1,786 Kb
Views
26,312

How do I make an basic fixed width layout template?

Very basic template for a very basic website layout. . What is a basic fixed width layout template? How do you make a basic fixed width layout template? This script and codes were developed by Peter Lewicki on 03 September 2022, Saturday.

Basic Fixed Width Layout Template Previews

Basic Fixed Width Layout Template - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Basic Fixed Width Layout Template</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <body> <header id="logo"> <h1>Logo</h1> <nav id="nav"> <ul> <li><a href="">Home</a></li> <li><a href="">Products</a></li> <li><a href="">Services</a></li> <li><a href="">About</a></li> <li><a href="">Contact</a></li> </ul> </nav> </header> <div id="content"> <div id="feature"> <p>Feature</p> </div> <div class="article column1"> <p>Column 1</p> </div> <div class="article column2"> <p>Column 2</p> </div> <div class="article column3"> <p>Column 3</p> </div> <footer id="footer"> <p>&copy; Copyright 2017 Peter Lewicki</p> </footer> </body>
</body>
</html>

Basic Fixed Width Layout Template - Script Codes CSS Codes

body { width: 960px; margin: 0 auto; font-family: Helvetica;
}
#logo { text-align: center;}
}
#content { overflow: auto; height: 100%;
}
#nav, #feature { background-color: #efefef; padding: 10px; margin: 10px;
} .column1, .column2, .column3 { background-color: #efefef; width: 300px;
float: left; margin: 10px;
}
li {display: inline;
padding: 5px;}
#footer {text-align: center;
margin: 25px;}
Basic Fixed Width Layout Template - Script Codes
Basic Fixed Width Layout Template - Script Codes
Home Page Home
Developer Peter Lewicki
Username peterlewicki
Uploaded September 03, 2022
Rating 3
Size 1,786 Kb
Views 26,312
Do you need developer help for Basic Fixed Width Layout Template?

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!

Peter Lewicki (peterlewicki) Script Codes
Create amazing art & images 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!