How to align content of a div to the bottom

后端 未结 26 2504
挽巷
挽巷 2020-11-22 01:13

Say I have the following CSS and HTML code:

26条回答
  •  终归单人心
    2020-11-22 01:48

    try with:

    div.myclass { margin-top: 100%; }
    

    try changing the % to fix it. Example: 120% or 90% ...etc.

提交回复
热议问题