Boxed Layout

Developer
Size
2,160 Kb
Views
38,456

How do I make an boxed layout?

Boxed Layout (anchos basados en pixeles). What is a boxed layout? How do you make a boxed layout? This script and codes were developed by Ex HTML on 15 September 2022, Thursday.

Boxed Layout Previews

Boxed Layout - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Boxed Layout</title> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Boxed layout -->
<div id="general"> <div id="cabecera"> Contenido cabecera </div> <div id="lateral"> <p>Contenido sidebar</p> <ul> <li>Item</li> <li>Item</li> <li>Item</li> <li>Item</li> </ul> </div> <div id="contenido"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam in lacinia enim. Pellentesque bibendum nulla eget nisi vestibulum facilisis. Fusce ut eros imperdiet purus pulvinar iaculis. Donec neque sem, consectetur dapibus gravida quis, tempus ut nisi. Quisque dignissim justo nec erat lobortis placerat. Pellentesque mauris justo, pretium vel tempus ut, ullamcorper vel metus. Mauris feugiat augue tincidunt ipsum porttitor egestas. Sed magna est, euismod ac pulvinar eget, auctor adipiscing nisl.</p> <p>In eget leo arcu, ut placerat diam. Proin vitae mauris sem. Pellentesque congue elit in ante tincidunt quis sagittis tellus scelerisque. Etiam quis dolor mi, id vestibulum eros.</p> </div> <div id="relacionados"> <div class="caja-rel">Contenido relacionado</div> <div class="caja-rel">Contenido relacionado</div> <div class="caja-rel">Contenido relacionado</div> <div style="clear:both"></div> </div> <div id="pie"> Contenido pie </div>
</div>
</body>
</html>

Boxed Layout - Script Codes CSS Codes

/* Resets */
* { margin:0; padding:0; }
ul {list-style-position: inside;}
body { margin-top: 10px;
}
/* Caja general */
#general { width: 960px; margin: 0 auto; background: rgba(255,255,0,0.3); padding: 10px; box-sizing: border-box;
}
/* Cajas maqueta */
#cabecera { height: 60px; background: rgba(255,130,50,0.2); margin-bottom: 10px;
}
#lateral { width: 300px; background: rgba(255,130,50,0.2); margin-right: 10px; float:left;
}
#contenido { width: 630px; background: rgba(255,130,50,0.2); margin-bottom: 10px; float:left;
}
#relacionados { clear:both; margin-bottom:10px;
} .caja-rel { width:303px; height: 100px; float:left; background: rgba(255,130,50,0.2); margin:0 5px; }
#pie { clear:both; background: rgba(255,130,50,0.2);
}
Boxed Layout - Script Codes
Boxed Layout - Script Codes
Home Page Home
Developer Ex HTML
Username exhtml
Uploaded September 15, 2022
Rating 3
Size 2,160 Kb
Views 38,456
Do you need developer help for Boxed 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!

Ex HTML (exhtml) Script Codes
Create amazing SEO content 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!