Skip to content

Commit fd424ee

Browse files
Update style.css
Added fixed position property to the footer.
1 parent 7225c8e commit fd424ee

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
@@ -138,6 +138,9 @@ body {
138138
}
139139

140140
footer {
141+
position: fixed;
142+
bottom: 0;
143+
left: 0;
141144
background-color: #d0bee3;
142145
color: #1a082c;
143146
text-align: center;
@@ -174,4 +177,4 @@ footer p {
174177
color: #c6e9e9;
175178
text-shadow: 2px 2px 4px rgba(25, 32, 112, 0.982);
176179

177-
}
180+
}

0 commit comments

Comments
 (0)