DiscoverTalking HTMLEps 35: Fixed Position Footer
Eps 35: Fixed Position Footer

Eps 35: Fixed Position Footer

Update: 2018-04-25
Share

Description

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; <!–Is it needed? Play around with it –>

  width:100%;

}


Flexbox – via CSS Tricks by Chris Coyier


Twitter

@SchaffenCreate

@tommnorman


Website: https://www.schaffencreative.com


 


The post Eps 35: Fixed Position Footer appeared first on Schaffen Creative.

Comments 
00:00
00:00
x

0.5x

0.8x

1.0x

1.25x

1.5x

2.0x

3.0x

Sleep Timer

Off

End of Episode

5 Minutes

10 Minutes

15 Minutes

30 Minutes

45 Minutes

60 Minutes

120 Minutes

Eps 35: Fixed Position Footer

Eps 35: Fixed Position Footer