+ 7
What is the purpose of this line of code?
/*The clearfix hack*/ .footer-body::after { content: ""; display: block; clear: both; }
1 Respuesta
+ 2
Check out this code https://code.sololearn.com/WSOS8KVCxFYO/?ref=app
/*The clearfix hack*/ .footer-body::after { content: ""; display: block; clear: both; }