Skip to content

Commit 9eee5d0

Browse files
Fix footer position and align text to center
added fixed footer
1 parent 2dbf533 commit 9eee5d0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Wireframe/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,6 @@ article{
103103
margin-bottom: 20px;
104104
}
105105
footer{
106-
text-align: center;
107-
}
106+
position:fixed;
107+
text-align: center;
108+
}

0 commit comments

Comments
 (0)