Skip to content

Commit 17bcf82

Browse files
css modified
1 parent 7df260f commit 17bcf82

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Wireframe/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,16 @@ Setting the overall rules for page regions
4949
https://www.w3.org/WAI/tutorials/page-structure/regions/
5050
*/
5151
main {
52+
background-color: blanchedalmond;
5253
max-width: var(--container);
5354
margin: 0 auto calc(var(--space) * 4) auto;
5455
}
5556
footer {
5657
position: fixed;
5758
bottom: 0;
5859
text-align: center;
60+
border-style: groove;
61+
position-anchor: initial;
5962
}
6063
/* ====== Articles Grid Layout ====
6164
Setting the rules for how articles are placed in the main element.
@@ -87,7 +90,7 @@ article {
8790
> * {
8891
grid-column: 2/3;
8992
}
90-
> img {
93+
img {
9194
grid-column: span 3;
9295
}
9396
}

0 commit comments

Comments
 (0)