我正在为我的网站制作一个模板,我在其中一个面板上面有一条神秘的透明线。虽然我怀疑它们会在他们身上只是视差的方式阻止它看起来很糟糕。
http://muhammadkasimali.co.uk/ParallaxCV/
您可以在“SKILLS”
之上查看它非常感谢任何帮助。 :)
我想基本上找到造成这种情况的问题。
答案 0 :(得分:1)
这是因为在你的'SKILLS'容器内只有空或浮动元素。 你正在使用bootstrap所以一个clearfix应该在col-lg-12 bg-2的水平上做到这一点:
<div class="col-lg-12 bg-2 clearfix">
<h2 class="profile-header">SKILLS</h2>
<p class="intro-copy">
</p>
<ul>
<li><span>Communication: </span> English (Fluent, native), Bahasa Melayu (Learning)</li>
<li><span>Skills: </span> HTML, CSS, SASS, jQuery, Bootstrap, E-mail Design, Graphic Design
Learning: JavaScript, Git Version Control, Web APIs </li>
<li><span>Tools: </span> FTP Clients, Wordpress, Sublime text (with emmet),
Adobe Photoshop, Adobe Dreamweaver, Brackets, WebStorm IDE,
Hootsuite, Hubspot, Google AdWords, Pure 360, Drupal, phpMyAdmin,
Google Analytics, Mailchimp </li>
<li><span>Operating Systems: </span> Windows, MAC OSX</li>
</ul>
<p></p>
</div>
之后,您可以为此块选择所需的背景。