CSS Grid posicionamiento grid line solution

Developer
Size
2,076 Kb
Views
24,288

How do I make an css grid posicionamiento grid line solution?

What is a css grid posicionamiento grid line solution? How do you make a css grid posicionamiento grid line solution? This script and codes were developed by Turqueso on 09 November 2022, Wednesday.

CSS Grid posicionamiento grid line solution Previews

CSS Grid posicionamiento grid line solution - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Grid posicionamiento grid line solution</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: repeat(3, 1fr);	grid-template-rows: repeat(2, 200px);	grid-gap: 20px;
}
.container div {	padding: 0.5rem 0.8rem;	border-radius: 3px;	color: white;	font-family: sans-serif;
}
.container div:nth-child(1) { grid-column: 1 /span 2;
}
.container div:nth-child(2) { grid-column: 3 / span 1;	grid-row: 1 / span 2;
}
.container div:nth-child(3) { grid-column: 1 / 2;
}
.container div:nth-child(4) { grid-column: 2 / 3;
}
.container div:nth-child(even) {	background-color: turquoise;
}
.container div:nth-child(odd) {	background-color: green;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="container">	<div>1</div>	<div>2</div>	<div>3</div>	<div>4</div>
</div>
</body>
</html>

CSS Grid posicionamiento grid line solution - Script Codes CSS Codes

/* Ignore this */
* { box-sizing: border-box; }
.container {	border: 1px solid gray;	display: grid;	grid-template-columns: repeat(3, 1fr);	grid-template-rows: repeat(2, 200px);	grid-gap: 20px;
}
.container div {	padding: 0.5rem 0.8rem;	border-radius: 3px;	color: white;	font-family: sans-serif;
}
.container div:nth-child(1) { grid-column: 1 /span 2;
}
.container div:nth-child(2) { grid-column: 3 / span 1;	grid-row: 1 / span 2;
}
.container div:nth-child(3) { grid-column: 1 / 2;
}
.container div:nth-child(4) { grid-column: 2 / 3;
}
.container div:nth-child(even) {	background-color: turquoise;
}
.container div:nth-child(odd) {	background-color: green;
}
CSS Grid posicionamiento grid line solution - Script Codes
CSS Grid posicionamiento grid line solution - Script Codes
Home Page Home
Developer Turqueso
Username Turqueso
Uploaded November 09, 2022
Rating 3
Size 2,076 Kb
Views 24,288
Do you need developer help for CSS Grid posicionamiento grid line solution?

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!