White space on the left of vertical nav bar

codemax

I am having difficulty removing the white space to the left of my vertical nav bar.

I have tried setting padding-left to 0 on my main-bar.

It's my first time building a nav bar, so if you see something semantically wrong with my codes, do let me know as well.

Thank you!

This is the HTML code.

<title>Mockup of Zopim</title>
<body>
    <main>
        <nav class = "side-bar">
            <ul class ="main-bar">
                <li class="user-nav"><a class ="big-box" href="#">User</a></li>
                <li class="main-nav"><a href="#">Home</a></li>
                <li class="main-nav"><a href="#">Visitor List</a></li>
                <li class="main-nav"><a href="#">Visualization</a></li>
                <li class="main-nav"><a href="#">History</a></li>
                <li class="divider-nav"><a href="#">Manage</a></li>
                <li class="manage-nav"><a href="#">Agents</a></li>
                <li class="manage-nav"><a href="#">Departments</a></li>
                <li class="manage-nav"><a href="#">Shortcuts</a></li>
                <li class="manage-nav"><a href="#">Banned Visitors</a></li>
                <li class="manage-nav"><a href="#">Triggers</a></li>
                <li class="divider-nav"><a href="#">Settings</a></li>
                <li class="settings-nav"><a href="#">Widgets</a></li>
                <li class="settings-nav"><a href="#">Personal</a></li>
                <li class="settings-nav"><a href="#">Accounts</a></li>
            </ul>
       </nav>
       <article>
        <header>
            <h1>Hello!</h1>
        </header>
       </article>
    </main>
</body>

This is the CSS code.

@charset "utf-8";
/* CSS Document */
body {
    background-color: black;
}
main {
    width: 100%;
}
.side-bar {
    width: 15%;
    height: 100%;
    background-color: #585858;
    position: relative;
    float: left;
}
nav li {
    list-style: none;
}
.main-bar {
    padding-left: 0px;
}
.main-bar li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 2.5em;
    text-decoration: none;
    color: white;
    text-align: center;
}
article {
    width: 60%;
    height: 30%;
    float: right;
    position: relative; 
}
a.big-box {
    display: block;
    line-height: 7em;
}
header h1 {
    color: white;
}

Here is the JSfiddle link.

http://jsfiddle.net/codermax/fe0L3d08/

Bipon Biswas

Most Web browsers have different default settings for the base margins and padding. So The best way to solve this is to set all the margin and padding

*{
    margin:0;
    padding:0;
}

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

Also better if you reset your css then you can use. something like this:

http://necolas.github.io/normalize.css/

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

how to remove unwanted vertical white space in visual studio 2013

분류에서Dev

HTML/CSS float left automatically fill white space

분류에서Dev

Positioning with javascripted Nav Bar

분류에서Dev

Angular Nav Bar

분류에서Dev

White Space in UIWebView

분류에서Dev

hover and white space

분류에서Dev

hover and white space

분류에서Dev

white space below footer

분류에서Dev

vertical bar chart with validation

분류에서Dev

CSS affecting nav bar and slider

분류에서Dev

Bash if statement with white space in variable

분류에서Dev

Display Logo and Nav on same bar CSS

분류에서Dev

SWReveal TabBarController 및 Nav Bar 문제

분류에서Dev

Adding a Breadcrumbs php to my Bootstrap Nav Bar

분류에서Dev

Flicker in nav bar styling when scrolling

분류에서Dev

How do you make a nav bar "sticky"?

분류에서Dev

Bootstrap Justified Nav Bar not collaspsing correctly

분류에서Dev

Div가있는 Nav Bar

분류에서Dev

Nav-bar 글꼴 변경

분류에서Dev

MVC - How to check for white space in a text box

분류에서Dev

Adding white space to a shutter screen shot

분류에서Dev

Temporary Sticky Sidebar to avoid white space

분류에서Dev

white-space:nowrap on pseudo element

분류에서Dev

Massive White Space at Bottom of Wordpress Front Page

분류에서Dev

How to change the status bar bgcolor for UITableView with hidden nav bar?

분류에서Dev

Android Studio refused to show status bar nor Nav Bar

분류에서Dev

Flexbox column vertical space-between not working

분류에서Dev

How do I replace a set of single characters and white space with the same characters but no white space

분류에서Dev

Windows 10 Shows Orange Screen with White Vertical Lines on boot