bootstrap& Normalize.css:间距问题

时间:2015-06-16 09:01:16

标签: html5 twitter-bootstrap css3

Bootstrap normalize似乎没有删除我正在开发的主题的顶部和左/右间距。有人可以提示我的代码中的问题在哪里。我已经尝试了几个没有任何效果的重置css文件。

    索引

<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- GOOGLE FONTS -->
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- /GOOGLE  FONTS -->
<link rel="stylesheet" href="css/bootstrap.css">


<link rel="stylesheet" type="text/css" href="css/flaticon.css">     

<!--do not edit-->
<link rel="stylesheet" href="css/style.css">
<!-- do not edit-->

<!-- add override css here-->
<link rel="stylesheet" href="css/mystyle.css">

<!-- Latest compiled and minified CSS -->

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!-- Favicons  ================================================== -->
<link rel="shortcut icon" href="images/favicon.ico">

           顶栏内容     

http://codepen.io/anon/pen/ZGJaVb

1 个答案:

答案 0 :(得分:0)

据我所知,你有这种风格

.wrapper {
  border: 1px solid white;
}

尝试删除边框样式。它应该对你有帮助。