5 lines
61 B
CSS
5 lines
61 B
CSS
.clear:after {
|
|
content: '';
|
|
display: table;
|
|
clear: both;
|
|
} |
.clear:after {
|
|
content: '';
|
|
display: table;
|
|
clear: both;
|
|
} |