Responsive two column css grid

0 votes

 create 2 columns using CSS grid as:

.Background {
  display: grid;
  grid-template-columns: 40% 60%;
}

I want to update the second column (the image column) beneath the first column, however, for some reason, this is not responding. How do I accomplish this?

Jul 22, 2022 in CSS by Edureka
• 13,620 points

edited 5 days ago 8 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP