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 use bootstrap to make a login page

2025-05-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

Editor to share with you how to use bootstrap to make login page, I believe that most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!

1. Modify the style

We adjust our background color by using background-color, and the code is as follows:

# from {background-color: # 96b97d;}

We can see from the code that when we adjust it, we can only add a background color to the form, or we can add a background color to the entire page. The code is as follows:

Body {background-color: # 96b97d;}

You can also use body to set the background photo, as shown in the following code:

Body {background:url (.. / img/login_bg_0.jpg) # f8f6e9;}

Second, the code part

Users log in to # from {background-color: # 96b97d;} .mycenter {margin-top: 100px; margin-left: auto; margin-right: auto; height: 350px; width: 500px; padding: 5% Padding-left: 5%; padding-right: 5%;} .mycenter mysign {width: 440px;} .mycenter input, checkbox, button {margin-top: 2%; margin-left: 10%; margin-right: 10% } .mycheckbox {margin-top: 10px; margin-left: 40px; margin-bottom: 10px; height: 10px;} $(function () {$('# btn') .click (function (e) {_ window.location.href = "main.aspx" );}) Please log in Remember the password login above is all the content of the article "how to use bootstrap to make a login page" Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, 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