Skip to content

Commit d87b3ba

Browse files
committed
Add page subtitle
1 parent cc43f1f commit d87b3ba

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Wireframe/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<header>
1111
<h1>Wireframe</h1>
1212
<p>
13-
This is the default, provided code and no changes have been made yet.
13+
This website contains information about README files, wireframes and Git branches.
1414
</p>
1515
</header>
1616
<main>

Wireframe/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ footer {
5353
position: fixed;
5454
bottom: 0;
5555
text-align: center;
56+
5657
}
5758
/* ====== Articles Grid Layout ====
5859
Setting the rules for how articles are placed in the main element.
@@ -87,3 +88,8 @@ article {
8788
grid-column: span 3;
8889
}
8990
}
91+
92+
.articles {
93+
background: #1bf91b29;
94+
95+
}

0 commit comments

Comments
 (0)