We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7aec1c commit f7c71a9Copy full SHA for f7c71a9
2 files changed
Wireframe/index.html
@@ -27,7 +27,7 @@ <h2>What is the purpose of a README file?</h2>
27
28
<section class="bottom-articles">
29
30
- <articles id="wireframe-article">
+ <article id="wireframe-article">
31
<img src="images/wireframe.png" alt="Example of a webpage wireframe"/>
32
<h2>What is the purpose of a wireframe?</h2>
33
<p>
@@ -51,7 +51,7 @@ <h2>What is a branch in Git?</h2>
51
</main>
52
<footer>
53
54
-
+ Footers usually contain contact links and other information about the site overall
55
</p>
56
57
</footer>
Wireframe/style.css
@@ -87,3 +87,12 @@ article {
87
grid-column: span 3;
88
}
89
90
+
91
+.bottom-articles {
92
+ grid-column: span 2;
93
+ display: grid;
94
+ grid-template-columns: 1fr 1fr;
95
+ gap: var(--space);
96
+}
97
98
0 commit comments