css grid full width row
.child-item {
grid-column: 1 / -1;
}
div inline grid 100% width
.customGrid {
display: inline-grid;
grid-template-columns:100%;
}
css grid not taking full row height
.img_container{
height: 50%; // or whatever value just make sure you give your parent a height
width: 100%;
background: url('link to your image') 50% no-repeat;
background-size: cover;
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us