.PageAlerts { display: grid; grid-template-areas: "a" "b"; grid-gap: 10px; width: 100%; height: 100%; } .YourAlerts { grid-area: a; } .CreateAlert { grid-area: b; }