Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

this is the image of the final product CSS file @import url(https://fonts.googleapis.com/css?family=Open+Sans); @import url(https://fonts.googleapis.com/css?family=Lobster); /* general text formatting */ h1, h2, h3, nav, footer {

image text in transcribedthis is the image of the final product

CSS file

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

@import url(https://fonts.googleapis.com/css?family=Lobster);

/* general text formatting */

h1, h2, h3, nav, footer {

font-family: Lobster, Cambria, "Times New Roman", serif;

}

body {

font-family: "Open Sans", Verdana, Arial, sans-serif;

font-size: 100%;

background-color: #E8EAF6;

}

/* header and navigation */

header, footer {

color: white;

background-color: #1A237E;

margin: 0em 4em 0.25em 4em;

}

header h1 {

padding: 0.5rem 0 0 1.25rem;

font-size: 2rem;

font-weight: bold;

}

header p {

font-size: 1rem;

font-style: italic;

margin-bottom: 1rem;

padding: 0 0 0 1.25rem;

}

/* main article styling */

main {

background-color: white;

margin: 1em 4em 1em 4em;

padding: 1em;

}

section {

margin-bottom: 1em;

padding: 0;

width: 100%;

}

legend {

font-size: 1.35rem;

background-color: #7986CB;

height: 1.70rem;

color: #E8EAF6;

text-transform: uppercase;

width: 100%;

margin: 0;

padding: 5px 0;

}

fieldset{

margin: 0;

padding: 0;

background-color: #C5CAE9;

width: 100%;

border:black thin;

}

form p {

margin-top: 0.5em;

}

HTML FILE

lang="en">

charset="utf-8">

Chapter 5

rel="stylesheet" href="reset.css" />

rel="stylesheet" href="chapter05-project03.css" />

Share Your Travels

let us know where you've been

Share Your Travels let us know where you've been PHOTO DETAILS Title Give your photo a descriptive name Description Adding a rich description will help with search results Continent Choose continent Copyright? All rights reserved O Creative Commons Country Choose country City Creative Commons Types Attribution Noncommercial No Derivative Works I accept the software license Rate this photo: Date Taken: mm/dd/yyyy Color Collection: Time Taken: Submit Clear Form Share Your Travels let us know where you've been PHOTO DETAILS Title Give your photo a descriptive name Description Adding a rich description will help with search results Continent Choose continent Copyright? All rights reserved O Creative Commons Country Choose country City Creative Commons Types Attribution Noncommercial No Derivative Works I accept the software license Rate this photo: Date Taken: mm/dd/yyyy Color Collection: Time Taken: Submit Clear Form

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

Database Application Development And Design

Authors: Michael V. Mannino

1st Edition

0072463678, 978-0072463675

Students also viewed these Databases questions

Question

What is the difference between Needs and GAP Analyses?

Answered: 1 week ago

Question

What are ERP suites? Are HCMSs part of ERPs?

Answered: 1 week ago