Make a div stick to bottom of parent

前端 未结 2 2043
梦谈多话
梦谈多话 2021-02-03 22:04

I am trying to create a layout here which looks like the following: Here\'s the fiddle


    
2条回答
  •  梦谈多话
    2021-02-03 22:58

    Add position:relative to your wraper class. Add position:absolute;bottom:0; to the stream-content class.

    Check it here. Fiddle

提交回复
热议问题