San-greal Layout

Developer
Size
1,691 Kb
Views
24,288

How do I make an san-greal layout?

San-greal Layout Code Example. What is a san-greal layout? How do you make a san-greal layout? This script and codes were developed by Peter Hu on 26 August 2022, Friday.

San-greal Layout Previews

San-greal Layout - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>San-greal Layout </title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="header">#header</div>
<div id="container"> <div id="center" class="column">#center</div> <div id="left" class="column">#left</div> <div id="right" class="column">#right</div>
</div>
<div id="footer">#footer</div>
</body>
</html>

San-greal Layout - Script Codes CSS Codes

body { min-width: 550px; /* 2x LC width + RC width */
}
#container { padding-left: 200px; /* LC width */ padding-right: 150px; /* RC width */
}
#container .column { height: 200px; position: relative; float: left;
}
#center { background-color: #e9e9e9; width: 100%;
}
#left { background-color: red; width: 200px; /* LC width */ right: 200px; /* LC width */ margin-left: -100%;
}
#right { background-color: blue; width: 150px; /* RC width */ margin-right: -150px; /* RC width */
}
#footer { clear: both;
}
#header,
#footer { background-color: #c9c9c9;
}
/*** IE6 Fix ***/
* html #left { left: 150px; /* RC width */
}
San-greal Layout - Script Codes
San-greal Layout - Script Codes
Home Page Home
Developer Peter Hu
Username huming0618
Uploaded August 26, 2022
Rating 3
Size 1,691 Kb
Views 24,288
Do you need developer help for San-greal Layout?

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 Hu (huming0618) Script Codes
Create amazing marketing copy 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!