CSS Grid grid area

Developer
Size
2,014 Kb
Views
26,312

How do I make an css grid grid area?

What is a css grid grid area? How do you make a css grid grid area? This script and codes were developed by Turqueso on 24 November 2022, Thursday.

CSS Grid grid area Previews

CSS Grid grid area - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Grid grid area</title> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ /* Ignore this */
* { box-sizing: border-box; }
.container {	border: 1px solid gray;	display: grid;	grid-template-columns: 2fr 4fr;	grid-gap: 20px;
}
header {
}
article {
}
aside {
}
footer {
}
/* ignore this */
.container {	color: white;	font-family: sans-serif;
}
.container > * {	border-radius: 3px;	padding: 1rem;
}
header {	background-color: #60d394;
}
article {	background-color: #d05353;
}
aside {	background-color: #4281a4;
}
footer {	background-color: #2d3142;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="container">	<header>Header</header>	<article>	<h1>Article</h1>	</article>	<aside>Sidebar</aside>	<footer>Footer</footer>
</div>
</body>
</html>

CSS Grid grid area - Script Codes CSS Codes

/* Ignore this */
* { box-sizing: border-box; }
.container {	border: 1px solid gray;	display: grid;	grid-template-columns: 2fr 4fr;	grid-gap: 20px;
}
header {
}
article {
}
aside {
}
footer {
}
/* ignore this */
.container {	color: white;	font-family: sans-serif;
}
.container > * {	border-radius: 3px;	padding: 1rem;
}
header {	background-color: #60d394;
}
article {	background-color: #d05353;
}
aside {	background-color: #4281a4;
}
footer {	background-color: #2d3142;
}
CSS Grid grid area - Script Codes
CSS Grid grid area - Script Codes
Home Page Home
Developer Turqueso
Username Turqueso
Uploaded November 24, 2022
Rating 3
Size 2,014 Kb
Views 26,312
Do you need developer help for CSS Grid grid area?

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!

Turqueso (Turqueso) Script Codes
Create amazing web 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!