Skip to content

Commit 7bdffb2

Browse files
author
JorvanW
committed
Fixed Footer's fixed position and
added a opacity tag to make it less intrusive while reading the articles
1 parent 26743ba commit 7bdffb2

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

Wireframe/style.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,12 @@ main {
6060
margin: 0 auto calc(var(--space) * 4) auto;
6161
}
6262
footer {
63-
display: flex;
64-
justify-content: center;
63+
position: fixed;
64+
bottom: 0;
65+
left: 0;
66+
width: 100%;
67+
text-align: center;
68+
opacity: 0.5;
6569
}
6670
/* ====== Articles Grid Layout ====
6771
Setting the rules for how articles are placed in the main element.

0 commit comments

Comments
 (0)