Posts by Anderson L. Rodrigues • 11 points
1 post
- 
		1 votes4 answers2949 viewsA: Fix div at the bottom of the pageYou can use the following code to fix in all browsers the same way. Thus using the "position: Fixed;" .footer { margin: auto; width: 100%; bottom: 0; position: fixed; }…