We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca5ff5 commit cd7b196Copy full SHA for cd7b196
Wireframe/index.html
@@ -24,7 +24,7 @@ <h2>README file</h2>
24
<a href="">Read more</a>
25
</article>
26
<article>
27
- <img src="/Wireframe/images/wireframe.png" alt="wireframe" />
+ <img src="/Wireframe/images/wireframe.png" alt="wireframe" id="img2" />
28
<h2>wireframe</h2>
29
<p>
30
A visual guide used to design the layout and structure of a website or application.
Wireframe/style.css
@@ -82,7 +82,7 @@ Setting the rules for how elements are placed in the article.
82
Now laying out just the INSIDE of the repeated card/article design.
83
Keeping things orderly and separate is the key to good, simple CSS.
84
*/
85
-#img3{
+#img2,#img3{
86
height: 420px;
87
}
88
article {
0 commit comments