.content-grid { display: grid; grid-template-columns: 25% 75%; grid-template-rows: 992px; grid-column-gap: 0px; grid-row-gap: 0px; color: white; } .content-left { grid-area: 1 / 1 / 2 / 2; background-image: url(../img/dev/guildwarsgirl.png); background-size: contain; background-repeat: no-repeat; background-position: right; max-height: 625px; } .content-right { grid-area: 1 / 2 / 2 / 3; /* background-image: url(../img/dev/collage.png); background-size: cover; background-repeat: no-repeat;*/ } .content-right h1, h2, ul, li, b, i, p, img, a { background-color: transparent; } .content-right a:link { color: #305285; } .content-right a:visited { color: #305285; } .content-right a:hover { color: #9092ca; } .content-right a:active { color: #9092ca; } .content-right ul { list-style-type: none; } .content-right li { padding-left: 5%; }