Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to fix the bottom content of CSS

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces the relevant knowledge of CSS how to fix the bottom content, the content is detailed and easy to understand, the operation is simple and fast, and it has a certain reference value. I believe you will gain something after reading this CSS article on how to fix the bottom content. Let's take a look at it.

The principle of implementation:

We use flex-grow to control the expandable space of a flex element relative to its flex element of the same level, set its value to 1 or auto, and the content will automatically fill all the space except the head and bottom.

We also have to set flex-shrink:0 on the bottom of the footer to ensure that the size of the bottom footer is not affected.

Implementation code: how to fix the bottom of CSS-(yisu.com) * {margin: 0;} # document {height: 100vh; display: flex; flex-direction: column Background: # 202020;} nav, footer {background: # ccc; display: flex; justify-content: center;} main {color: # bdbdbd Flex: auto;} footer {flex-shrink: 0;} H2 nav p {padding: 15px;} nav > H2 {color: white } footer > H2 {color: white;} quality content

Content filling

The bottom content is about "how to fix the bottom content of CSS" this article is introduced here, thank you for reading! I believe that everyone has a certain understanding of the knowledge of "how to fix the bottom content of CSS". If you want to learn more, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report