Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using Visual Stuido Code: 1 . ) Make a copy of the files from the personal 2 folder and put them in a new folder

Using Visual Stuido Code: 1.) Make a copy of the files from the personal2 folder and put them in a new folder called personal32.) Use GIMP or PIXLR (or the image editor of your choice) to create a header image for your page that incorporatesyour initials or first name. Be creative with colors, etc. Add it to the top of each of your pages. It can become theentire header of your page, or just a common image on each page.a. We previously applied a style to all images to make their width 25%. To remove this restriction from yourheader image:i. First, change the img{} style rule to specify only images in the main section using the main >img{}selector.ii. Then, create a new style rule using header img{} and set the width to 100%.3.) If applicable, modify the colors of your pages (background color, text color, etc) so that it matches your newheader image. (Matches doesnt necessarily mean that it has to be the same colors, but they should go welltogether)4.) HTMLa. Add a background image to the html section of your CSS stylesheet. You can use the search engine of yourchoice to search free background images if youre not sure what to use. Be sure to use appropriatebackground repeat and background position values to ensure the background covers the entire page.5.) Bodya. Remove the 25px marginb. Set the width of the page to 90%c. Center the page using margin-left and margin-right6.) Headingsa. For all h1 and h2s create a text shadow that is gray in color with a 4px offset X and a 6px offset Y, with ablur value of 5px.7.) Navigationa. Change the current format of the nav section to display the links in a 5-column layout using floati. Remove the | from your nav section of your HTML file.ii. Create an unordered list (ul) and make each link in your navigation a list item.iii. In your CSS file, comment out the nav{} section you have from the previous assignment. Thenapply the styles belowiv. In the nav ul{} section of your CSS file apply the following:1. Set the list style to none2. Set the margin to 03. Set the padding to 0v. In the nav li{} section:1. Set the display to block2. Set the width to 20%(because there are 5 items and it should add to 100%. If you hadmore than 5 items in your navigation, youd adjust accordingly)3. Set the float to left.vi. In the nav a{} section:1. Set the display to block
2. Set the background color of you navigation section.3. Set a line height of 2.8em4. Set the text decoration to none5. Center align the text.vii. In the nav a:hover{} section:1. Set the background color to the color to something that coordinates with your site.2. Set the font color to a contrasting color8.) Imagea. Apply a right float9.) For the main element:a. change the current padding, to be 20px all aroundb. Add a top margin of 35px;10.) To ensure that the image does not spill over into the footer section, we need to apply a clear in the footer styles.In the body > footer section:a. Apply a clear to bothUsUs

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Databases Object Oriented Deductive Hypermedia Technologies

Authors: Kamran Parsaye, Mark Chignell, Setrag Khoshafian, Harry Wong

1st Edition

0471503452, 978-0471503453

More Books

Students also viewed these Databases questions

Question

8. Why are pay-for-performance systems growing in importance?

Answered: 1 week ago