There was an error while loading. Please reload this page.
1 parent 7df260f commit 17bcf82Copy full SHA for 17bcf82
1 file changed
Wireframe/style.css
@@ -49,13 +49,16 @@ Setting the overall rules for page regions
49
https://www.w3.org/WAI/tutorials/page-structure/regions/
50
*/
51
main {
52
+ background-color: blanchedalmond;
53
max-width: var(--container);
54
margin: 0 auto calc(var(--space) * 4) auto;
55
}
56
footer {
57
position: fixed;
58
bottom: 0;
59
text-align: center;
60
+ border-style: groove;
61
+ position-anchor: initial;
62
63
/* ====== Articles Grid Layout ====
64
Setting the rules for how articles are placed in the main element.
@@ -87,7 +90,7 @@ article {
87
90
> * {
88
91
grid-column: 2/3;
89
92
- > img {
93
+ img {
94
grid-column: span 3;
95
96
0 commit comments