• Hey,
    I want to add a background just like the one found at https://www.hypebeast.com. Basically there is a grey background but it starts away from the posts, so the posts exist in a white background while the edges of the page are grey.

    I know i need to adjust the container code in my style.css, but I cant figure this out.

    /* container */
    #container {
    	margin-bottom:15px;
    }
    
    #top-container {
    	background:transparent url(images/slider-bg.png) no-repeat 0 0;
    	height:212px;
    }

    Any help would be much appreciated!

    My site is https://streetarchaeologist.com/

Viewing 1 replies (of 1 total)
  • body {
    background:#ccc;
    color:#000000;
    font:14px Arial,Verdana,Tahoma;
    }
    .wrapper {
    background:#fff;
    margin:0 auto;
    width:1050px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Adding Grey Background’ is closed to new replies.