Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You have five tasks in this case study: Create a new folder for the Pacific Trails Resort website. Create an external style sheet named pacific.css
You have five tasks in this case study:
Create a new folder for the Pacific Trails Resort website.
Create an external style sheet named pacific.css
Update the Home page: index.html
Update the Yurts page: yurts.html
Update the pacific.css style sheet.
Task : Create a folder called chpacific to contain your Pacific Trails Resort website files. Copy the index.html and yurts.html files from the Chapter Case Study pacific folder.
Task : The External Style Sheet. Launch a text editor. You will create an external style sheet named pacific.css A sample wireframe is shown in Figure Code CSS to configure the following:
Global styles for the document use the body element selector with background color white #FFFFFF and text color dark gray #
Style rules for the header element selector that configure background color # and text color #FFFFFF
Styles for the nav element selector that configure sky blue background color #BBDEFB
Styles for the h element selector that configure medium blue text color #D
Styles for the dt element selector that configure dark blue text color #
Styles for a class named resort that configure medium blue text color #D
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
Get Started