Bootstrap实现登录页面小案例

环境准备

  1. bootstrap3下载https://www.bootcss.com/
  2. 创建项目–目录如下
    Bootstrap实现登录页面小案例_第1张图片

html具体代码




    
    
    
    Title
    
    
    


欢迎登录春萌教育网站

css样式

body{
    background: url("../images/1000530.jpg");
}
.container #lk_header{
    padding-top: 350px;
}
.container #lk_header h2{
    margin-bottom: 50px;
    margin-left: 50px;
    color: #e0e0e0;
}

背景图片

Bootstrap实现登录页面小案例_第2张图片

运行效果

你可能感兴趣的:(前端,css3,html,html5,jquery,bootstrap)