Project Two This assignment has three main objectives: (1) To give you some practice altering an existing webpage. (2) To apply CSS to alter the
Project Two This assignment has three main objectives: (1) To give you some practice altering an existing webpage. (2) To apply CSS to alter the presentation of a webpage. (4) To begin to work with color schemes and color palettes for webpages. Project Two Begin this assignment with the two webpages that you created for Project One. Project One created the main (index) page and an accommodations page for the Atlantic Trails Resort web site. The wireframe for each of the two pages you developed in Project One is shown below (note the slight modification for the contact id on the index page for Project Two): header header navigation navigation content (main) content (main) contact id (div) footer footer index page accommodations page Project Two: Folder Structure As your project becomes more sophisticated, it will be a good idea to begin organizing the files of the project now. So put your markup and CSS is separate folders as shown below. To link your CSS into your markup using this file structure the href attribute for the link element should be ../CSS folder/atlantic.css. Project Two folder HTML folder CSS folder Images folder JavaScript folder index.html accommodations .html atlantic.css Project Two: Task 1 Copy the index.html and accommodations.html files from your Project One folder into the html folder of the new folder named Project Two. Your first task for Project Two is to create a valid external style sheet, named atlantic.css. Be sure to comment your CSS file where appropriate. At this point there probably won't be a lot of necessary commenting, but I would suggest including a color palette comment at the top of this file. I'll demonstrate this in class. We'll discuss CSS file organization more later, but for now I would suggest alphabetizing property values within rules and either a general-to-specific or a specific-to-general overall structure. Project Two! rask 1 Code the CSS to the following specifications: Select the element to have background color #CBDODE and text color #000001 Select elements to have background color #000033 and text color #FFFFFF. Select
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance