Skip to content

Commit

Permalink
布局调整
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoaosong committed Dec 27, 2015
1 parent 7575d3c commit 709dc7c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ body{
padding-top: 0;
padding-bottom: 0;
color: #606060;
height: 605px;
background: url(../img/slogan.png) no-repeat center center;
}
.slogan-context{
margin-top: 150px;
}
.slogan a{
color: #606060;
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div class="container slogan">
<header class="navbar" role="navigation">
<div class="container">
<div class="navbar-header" >
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
Expand All @@ -48,7 +48,7 @@
</div>
</div>
</header>
<div class="row">
<div class="row slogan-context">
<!-- <div class="col-md-6 col-sm-6" style="postion: relative;">
<img src="img/slogan.jpg" alt="" width="100%">
</div> -->
Expand Down

0 comments on commit 709dc7c

Please sign in to comment.