Product Details
Test
Price: ₹ 79900.00/-
Details
/* Responsive layout - makes a two column-layout instead of four columns */
/*@media screen and (max-width: 800px) {
.column {
flex: 50%;
max-width: 50%;
}
}*/
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
/*@media screen and (max-width: 600px) {
.column {
flex: 100%;
max-width: 100%;
}
}*/
</style>
<body>
<!-- Header -->
<div class="header">
<h1>Responsive Image Grid</h1>
<p>Resize the browser window to see the responsive effect.</p>
</div>