bootstrap自适应带菜单多屏个人简历代码

代码语言:html

所属分类:响应式

代码描述:bootstrap自适应带菜单多屏个人简历代码,包含个人介绍、技能、作品集、图片放大、菜单锚点导航滚动。

代码标签: bootstrap 自适应 菜单 多屏 个人 简历 代码

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开


<!DOCTYPE html>
<html lang="en" >

<head>

  <meta charset="UTF-8">
  

  <meta name="viewport" content="width=device-width, initial-scale=1">

<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/bootstrap.3.3.4.css">
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/font-awesome-4.7.0/css/font-awesome.min.css">
  
<style>
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

html, body {
  margin: 0;
  padding: 0;
}

html {
  background: url('//repo.bfw.wiki/bfwrepo/image/6401c1b3b7ddf.png');
  background-color: #000000;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 100%;
}

body {
 background: none;
 font-family: 'Oswald', sans-serif;
 font-weight: lighter;
 line-height: 1.5;
 color: #1D2951;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  margin-top: 0;
}

p {
  font-size: 16px;
  margin-bottom: 1rem;
}

hr {
  margin-bottom: 0.5rem;
}

a:focus {
  outline: none;
}

.navbar-nav { 
  -webkit-backface-visibility: hidden; 
}

.navbar-default {
  background-color: #000000;
  border-color: #000000;
}

.navbar-default .navbar-brand {
  font-weight: normal;
  color: #f5f5f5;
  background-color: transparent;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #f5f5f5;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #f5f5f5;
  font-size: 20px;
  background-color: #5499c9;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #f5f5f5;
  background-color: #5499c9;
}

.navbar-default .navbar-nav > li > a:focus {
  color: #f5f5f5;
  border: none;
  outline: none;
}

.navbar-default .navbar-nav > li > a{
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-default .navbar-toggle {
  background: #000;
  opacity: 0.7;
  border-color: #f5f5f5;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: #111;
  border-color: #f5f5f5;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #f5f5f5;
}

@media(max-width: 768px) {  
  .navbar-default .navbar-nav > li > a {
    background: #000;
    border-radius: 4px;
    margin-bottom: 3px;
  }
}

.container .jumbotron, .container-fluid .jumbotron {
  padding-left: 0;
  padding-right: 0;
  color: #f5f5f5;
}

.jumbotron {
  background: transparent;
  min-height: 100vh;
}

.jumbotron h1{
  margin-top: 220px;
  font-size: 56px;
}

.jumbotron .lead{
  font-size: 24px;
}

@media (max-width: 992px) {
  .jumbotron h1{
    font-size: 46px;
  }
  .jumbotron .lead{
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .jumbotron h1{
    font-size: 32px;
  }
  .jumbotron .lead{
    font-size: 16px;
  }
}

.btn-success {
  background-color: #000;
  color: #f5f5f5;
  border-color: #f5f5f5;
}

.btn-success-custom { 
  opacity: 0.7;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-color: #5499c9;
  opacity: 0.7;
  color: #000000;
  border-color: #f5f5f5;
}
 
.btn-success:active, .btn-success.active {
  background-color: #5499c9;
  opacity: 0.7;
  box-shadow: none;
  color: #000000;
  border-color: #f5f5f5;
}

.btn-success:active:focus {
  background-color: #5499c9;
  opacity: 0.7;
  color: #000000;
  border-color: #f5f5f5;
}

.section-white {
  background: #fefefe;
  min-height: 100vh;
}

.section-contact {
  background: url('//repo.bfw.wiki/bfwrepo/image/6401c2b7ccc8c.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-color: #fefefe;
  min-height: 100vh;
  color: #000000;
  padding-bottom: 70px;
  position: relative;
}

.section-title {
  margin-top: 90px;
  margin-bottom: 50px;
}

.section-title h2{
  font-size: 24px;
  font-weight: normal;
}

.section-title p{
  font-size: 16px;
  font-weight: lighter;
}

.section-padding  {
  padding-bottom: 20px;
}

.img-main {
  padding: 0px 20px 0px 20px;
  border-radius: 50%;
}

.progress-text {
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  padding: 0px 0px 5px 0px;.........完整代码请登录后点击上方下载按钮下载查看

网友评论0