Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please help! Figure 3.35 New Path of Light Yoga Studio index.html Hands-On Practice Case Study Task 1: The Website Folder. Create a folder on your
Please help!
Figure 3.35 New Path of Light Yoga Studio index.html Hands-On Practice Case Study Task 1: The Website Folder. Create a folder on your hard drive or portable storage device called yogacss. Copy all the files from your Chapter 2 yoga folder into the yogacss folder. Task 2: The External Style Sheet. You will use a text editor to create an external style sheet named yoga.css. Code the CSS to configure the following: 1. Global styles for the document (use the body element selector) with background color #F5F5F5; text color #3F2860; and Verdana, Arial, or any sans-serif font. 2. Styles for the header element that configure background color #9BC1c2 with centered text. 3. Styles for the hi element selector that configure 200% line height. 4. Styles for the nav element selector that configure centered and bold font. 5. Styles for the anchor elements within the nav area to eliminate the default underline (Hint: use the nav a selector). 6. Styles for a class named studio that configures italic text. 7. Styles for the footer element selector with #9BC1C2 background color, small font size (.60em), and italic, centered text. Save the file as yoga.css in the yogacss folder. Check your syntax with the CSS validator (http://jigsaw.w3.org/css-validator). Correct and retest if necessaryStep 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