Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Horizontal center positioning

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #34000
    Deniel
    Member

    Hello guys,

    I need your help. Im a begginner CSS and HTML user. I just created my own site http://www.danielbalazs.com as you can see this is horizontal website with only images. I just want one thing to do well which is the Position should be in center when you resize the browser window, like this page: http://www.weshootbottles.com/ Here is my HTML and CSS documents. I think its really easy for you guys, but I’ve tried every solutions from the internet and it doesnt work for me.

    * 							{ margin: 0; }
    body {
    font-size: 62.5%;
    font-family: 'Lucida Grande', Helvetica, sans-serif;
    background: #f6f6f6;
    color: #ebebeb;
    }
    /*
    STRUCTURE
    */
    .post { width:relative;
    margin:5px;
    border:1px solid #fff;



    }


    And my HTML:






















    with more images in the HTML section.

    Please if you can help me write me with your solution. Thank you very much.

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.