Talking HTML

Eps 35: Fixed Position Footer


Listen Later

What is a fixed position footer?

The concept of taking a footer that more than likely doesn’t sit at the bottom of a screen comfortably and forcing it to stay put at the bottom of the screen.
This is ideal if you have information there that you would like people to have a constant view on. Ie, social links, navigation links, contact information


Content goes here.

#footer {
  position:fixed;
  left:0px;
  bottom:0px;
  Height:30px;
  width:100%;
}
Flexbox – via CSS Tricks by Chris Coyier
Twitter
@SchaffenCreate
@tommnorman
Website: https://www.schaffencreative.com
 
...more
View all episodesView all episodes
Download on the App Store

Talking HTMLBy Tom Norman

  • 5
  • 5
  • 5
  • 5
  • 5

5

2 ratings