Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Can you some please answer this by incorporating these colors and formatting into the HTML file? I am stuck on it and will give you

Can you some please answer this by incorporating these colors and formatting into the HTML file? I am stuck on it and will give you an upvote!

Add the body element to the javajam.css CSS file.

background-color: #FCEBB6;

Text color

color: #221811;

Font use

font-family: Ariel, Verdana, sans-serif;

body

{

background-color: #FCEBB6;

color: #221811;

font-family: Ariel, Verdana, sans-serif;

}

---------------------------------------------------

Similarly add a header element to the .css file.

header

{

background-color: #D2B48C;

text-align: center;

}

-------------------

H1 headings

h1

{

line-height: 200%;

}

---------------

nav element as

nav

{

text-align: center;

font-weight: bold;

}

------------

Footer element as

footer

{

background-color: #D2B48C;

font-size: .60em;

font-style: italic;

text-align: center;

}

------------

Full CSS file

body

{

background-color: #FCEBB6;

color: #221811;

font-family: Ariel, Verdana, sans-serif;

}

header

{

background-color: #D2B48C;

text-align: center;

}

h1

{

line-height: 200%;

}

nav

{

text-align: center;

font-weight: bold;

}

footer

{

background-color: #D2B48C;

font-size: .60em;

font-style: italic;

text-align: center;

}

#wrapper

{

width: 80%;

margin-right: auto;

margin-left: auto;

}

------------

Please apply to these files!

Menu . Html

JavaJam Coffee Bar Menu

JavaJam Coffee Bar

Coffee at JavaJam

Just Java
Regular house blend, decaffeinated coffee, or flavor of the day. Endless Cup $3.50
Cafe au Lait
House blended coffee infused into a smooth, steamed milk. Single $4.00 Double $5.00
Iced Cappuccino
Sweetened espresso blended with icy-cold milk and served in a chilled glass. Single $5.00 Double $6.50

Copyright © 2020 JavaJam Coffee Bar

Index.html

JavaJam Coffee Bar

JavaJam Coffee Bar

Relax at JavaJam

Friendly and ecletic - JavaJam Coffee Bar is the perfect place to take a break, enjoy a refreshing beverage, and have a snack or light meal.

  • Specialty Coffee and Tea
  • Bagels, Muffins, and Gluten-free Pastries
  • Organic Salads
  • Music and Poetry Readings
  • Open Mic Night
12010 Garrett Bay Road Ellison Bay, WI 54210 888-555-5555
Copyright © 2020 JavaJam Coffee Bar

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

Step: 3

blur-text-image

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 And Expert Systems Applications 24th International Conference Dexa 2013 Prague Czech Republic August 2013 Proceedings Part 1 Lncs 8055

Authors: Hendrik Decker ,Lenka Lhotska ,Sebastian Link ,Josef Basl ,A Min Tjoa

2013 Edition

3642402844, 978-3642402845

More Books

Students also viewed these Databases questions

Question

2. Enrolling employees in courses and programs.

Answered: 1 week ago

Question

1. Communicating courses and programs to employees.

Answered: 1 week ago