Skip to content

Commit b7bb5c1

Browse files
committed
fixed issues
1 parent 0a5863d commit b7bb5c1

2 files changed

Lines changed: 18 additions & 10 deletions

File tree

Wireframe/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1>Wireframe</h1>
1313
This page talks about wireframe.
1414
</p>
1515
</header>
16-
<main>
16+
<main>
1717

1818
<!-- Article 1: Questions 1 -->
1919
<article>

Wireframe/style.css

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,25 @@ article {
8888
}
8989
}
9090

91+
article:nth-of-type(2) img,
92+
article:nth-of-type(3) img {
93+
height: 400px;
94+
width: 100%;
95+
object-fit: cover;
96+
}
97+
9198
header {
92-
text-align: center;
99+
text-align: center;
93100
}
94101

95102
footer {
96-
position: fixed;
97-
bottom: 0;
98-
text-align: center;
99-
font-weight: 500;
100-
border: solid black 2px;
101-
width: 100%;
102-
background-color: white;
103-
color: black;
103+
position: fixed;
104+
bottom: 0;
105+
text-align: center;
106+
font-weight: 500;
107+
border: solid black 2px;
108+
left: 0;
109+
right: 0;
110+
background-color: white;
111+
color: black;
104112
}

0 commit comments

Comments
 (0)