* { margin: 0; padding: 0; box-sizing: border-box; } .main-cont{ display: grid; grid-template-rows: 0.5fr 1fr 3fr; } .first-row{ }