Java Script display data fetched by API in containers
Hi I am a student and trying to create a webpage with JavaScript that uses the SpaceX API. The initial fetch request creates a card with a mission name and when the card is clicked it displays additional mission data. The issue I am having is that the additional data is displaying to the left of the mission name inside the card. I am trying to get it to display underneath the mission name. enter image description here My codeenter image description herecontainer with data