Skip to content

Commit cd7b196

Browse files
committed
fix img2 height
1 parent 6ca5ff5 commit cd7b196

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Wireframe/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h2>README file</h2>
2424
<a href="">Read more</a>
2525
</article>
2626
<article>
27-
<img src="/Wireframe/images/wireframe.png" alt="wireframe" />
27+
<img src="/Wireframe/images/wireframe.png" alt="wireframe" id="img2" />
2828
<h2>wireframe</h2>
2929
<p>
3030
A visual guide used to design the layout and structure of a website or application.

Wireframe/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Setting the rules for how elements are placed in the article.
8282
Now laying out just the INSIDE of the repeated card/article design.
8383
Keeping things orderly and separate is the key to good, simple CSS.
8484
*/
85-
#img3{
85+
#img2,#img3{
8686
height: 420px;
8787
}
8888
article {

0 commit comments

Comments
 (0)