Can someone look at my attached CSS code and tell me how to get the header and footer images to fit the page? body { .flex-container {     display: flex;     background-color: black; } .flex-container > div {     background-color: white;     width: 50%;     margin: 10px;     padding: 10px;     font-size: 30px; } .header-image {     width: auto;     height: auto; } .footer {     text-align: center;     background-color: #f0f0f0;     padding: 20px; }     .footer img {         max-width: %;         height: auto;     }

Systems Analysis and Design (Shelly Cashman Series) (MindTap Course List)
11th Edition
ISBN:9781305494602
Author:Scott Tilley, Harry J. Rosenblatt
Publisher:Scott Tilley, Harry J. Rosenblatt
ChapterTPB: Toolkit Part B
Section: Chapter Questions
Problem 3DT
icon
Related questions
Question

Can someone look at my attached CSS code and tell me how to get the header and footer images to fit the page?

body {
.flex-container {
    display: flex;
    background-color: black;
}

.flex-container > div {
    background-color: white;
    width: 50%;
    margin: 10px;
    padding: 10px;
    font-size: 30px;
}
.header-image {
    width: auto;
    height: auto;
}
.footer {
    text-align: center;
    background-color: #f0f0f0;
    padding: 20px;
}

    .footer img {
        max-width: %;
        height: auto;
    }

• Link to Page 1
• Link to Page 2
An country demesne message it. Bachelor
domestic extended doubtful as concerns at.
Morning prudent removal an letters by. On
could my in order never it. Or excited certain
sixteen it to parties colonel. Depending
conveying direction has led immediate. Law
gate her well bed life feet seen rent. On
nature or no except it sussex.
SHITE
A
4 44 #1
L 41 LL
L L 1
Warmly little before cousin sussex entire
men set. Blessing it ladyship on sensible
judgment settling outweigh. Worse linen an
of civil jokes leave offer. Parties all clothes
removal cheered calling prudent her. And
residence for met the estimable disposing.
Mean if he they been no hold mr. Is at much
do made took held help. Latter person am
secure of estate genius at.
Transcribed Image Text:• Link to Page 1 • Link to Page 2 An country demesne message it. Bachelor domestic extended doubtful as concerns at. Morning prudent removal an letters by. On could my in order never it. Or excited certain sixteen it to parties colonel. Depending conveying direction has led immediate. Law gate her well bed life feet seen rent. On nature or no except it sussex. SHITE A 4 44 #1 L 41 LL L L 1 Warmly little before cousin sussex entire men set. Blessing it ladyship on sensible judgment settling outweigh. Worse linen an of civil jokes leave offer. Parties all clothes removal cheered calling prudent her. And residence for met the estimable disposing. Mean if he they been no hold mr. Is at much do made took held help. Latter person am secure of estate genius at.
HNMAS
1
2
3
4
5
6
16
7 E.flex-container > div {
8
9
10
11
12
13
14
15
17
18
19
body {
E.flex-container {
display: flex;
background-color: black;
20
21
22
23
24
25
26
27
| }
}
background-color: white;
width: 50%;
margin: 10px;
padding: 10px;
font-size: 30px;
.header-image {
}
width: auto;
height: auto;
}
B.footer {
text-align: center;
background-color: #f0f0f0;
padding: 20px;
.footer img {
max-width: %;
height: auto;
Transcribed Image Text:HNMAS 1 2 3 4 5 6 16 7 E.flex-container > div { 8 9 10 11 12 13 14 15 17 18 19 body { E.flex-container { display: flex; background-color: black; 20 21 22 23 24 25 26 27 | } } background-color: white; width: 50%; margin: 10px; padding: 10px; font-size: 30px; .header-image { } width: auto; height: auto; } B.footer { text-align: center; background-color: #f0f0f0; padding: 20px; .footer img { max-width: %; height: auto;
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer