There was an error while loading. Please reload this page.
1 parent cc43f1f commit d87b3baCopy full SHA for d87b3ba
2 files changed
Wireframe/index.html
@@ -10,7 +10,7 @@
10
<header>
11
<h1>Wireframe</h1>
12
<p>
13
- This is the default, provided code and no changes have been made yet.
+ This website contains information about README files, wireframes and Git branches.
14
</p>
15
</header>
16
<main>
Wireframe/style.css
@@ -53,6 +53,7 @@ footer {
53
position: fixed;
54
bottom: 0;
55
text-align: center;
56
+
57
}
58
/* ====== Articles Grid Layout ====
59
Setting the rules for how articles are placed in the main element.
@@ -87,3 +88,8 @@ article {
87
88
grid-column: span 3;
89
90
91
92
+.articles {
93
+ background: #1bf91b29;
94
95
+}
0 commit comments