Question
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 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
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
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
Index.html
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
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