Computer Science CSS HOMEWORK HELP ASAP

Objectives

  • Update index.html:
    • Insert an image in the “Featured Campsites” section, the same way as in the previous lesson.
    • Create a reservation form within a Bootstrap card.
    • Create a button in the header that will scroll down to the reservation form when clicked. 

Instructions

  • Preparation: Read these assignment instructions and watch the associated video.
  • Workshop: Only start the assignment during the designated workshop time.
  • Submission: The assignment submission portal is located at the bottom of this page.

Task 1: Featured Campsites Image

  1. Locate the Feature Section: Inside index.html find the feature section within the main element.
  2. Insert Image: Place the react-lake-thumb.jpg from your img folder to the right of the text (after the text) describing React Lake Campground.
  3. Styling:
    • Add a Bootstrap class to style the image as a thumbnail.
    • Apply the appropriate Bootstrap spacing utility class to the image, so that the margin is the same size as the other thumbnail images, but on the left side rather than the right.
    • Add a div with an appropriate Bootstrap flex utility class around the image and text for the featured section, as you did with the other sections.
    • Align the h3 and p elements relative to the center of the image, as you did with the other sections

Task 2: Reservation Form

  1. Locate the Main Container: Find the main element tagged with the “container” class, containing the discover, feature, and partner sections.
  2. Insert a New Section: Before the closing </main> tag, insert a new section. Add the classes row and row-content.
  3. Column Setup: Within this section, create a column div (an empty div with a Bootstrap column class) that will occupy 9 columns on small-and-up viewports, and use the mx-auto class to center it.
  4. Build the Reservation Form:
    • Start with a Card: Inside your column, create a Bootstrap card (an empty div with the card class on it).
    • Card Header:
      • Use an h3 inside this card and give it the card-header class.
      • Add the text: “Reserve a Campsite“.
      • Add Bootstrap classes to give it a teal (“info“) background and white text.
    • Card Body: Below the header, add a div with the card-body class. Inside the card body, create a new formelement containing three row divs, as follows:
      • Row 1:
        • Label: “Number of Campers“.
        • Dropdown: Use an appropriate HTML element to allow users to select an option from a dropdown list of options.  The options should start with “Select…” and then list numbers from 1 to 6.  Give this element appropriate attributes, including a name and id, and wrap this element in a column div.
      • Row 2:
        • Label: “Date“.
        • Input Field: Users should input a date here. Give this element appropriate attributes, including type, id, name, and placeholder. Wrap this element in a column div.
      • Row 3:
        • Create a column div, and inside this div, create a button. Label it “Search“. The button doesn’t need to do anything at this time, but its type should be “submit.”
        • Use the Bootstrap button classes to give it the base styles and make it blue (primary).
  5. Responsiveness and Styling:
    • Column Layout: On XS screens, make sure the labels and their associated inputs or dropdowns stack atop one another. For all other viewports sized small and up, the columns should sit side by side, each consuming half the available space.
    • Margin Bottom: Ensure each row gets a little space at the bottom by using a Bootstrap margin, size 3.
    • Form Styles: Use the col-form-label and form-control classes on the appropriate elements for a polished look.

Task 3: Header Button

  1. Form ID: Add an id of “reserveForm” to the form you created in Task 2.
  2. Create a new button in the header:
    • Location: Add a button in the header. This button should be placed to the right of the “Nucamp” text.
    • Design: Style the button with Bootstrap. Aim for a teal-colored, large button with white text, as shown in the screenshot below.
    • Function: This button, when clicked, should take the user to the “reserveForm” at the bottom of the page. Use an anchor link for this.
    • Layout: Wrap the button in its own column div, and ensure this div spans across:
      • 4 columns for MD viewports.
      • 2 columns for XL viewports.
      • For XS viewports, it should naturally stack.
      • Add a size 4 top margin to this div using Bootstrap’s spacing utility.
    • Optional Text Wrapping Note:
      • The “Reserve Campsite” text inside the button might break into two lines due to Bootstrap updates.
      • If you prefer the text on one line, use the text-nowrap class on the button’s anchor element. This is not required.

NEED A CUSTOMIZED PAPER ON THE ABOVE DETAILS?

Submit your order now!