Skip to content

Commit e5719e1

Browse files
authored
Add cushion to the bottom of content for footer
1 parent 1e40074 commit e5719e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7 - Project/example.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ p span {
2727
z-index: 10;
2828
}
2929
.content {
30-
height: 200px;
3130
position: absolute;
3231
top: 60px;
3332
padding: 10px;
33+
margin-bottom: 60px;
3434
z-index: 0;
3535
}
3636
.footer {

0 commit comments

Comments
 (0)