digdre html topic

Out of context: Reply #53

  • Started
  • Last post
  • 67 Responses
  • 7point340

    * {
    margin: 0;
    padding: 0;
    }

    body {
    background-color:#c2d5d8;
    text-align: center;
    }

    #container {
    height: 39px;
    background-color:#3d3d3d;
    border-bottom: solid 2px #646464;
    }

    #header {
    margin: 0 auto;
    width: 600px;
    }

    #header h1 a {
    text-decoration: none;
    border: none;
    text-indent: -9000px;
    width: 28px; /* width of your logo */
    height: 28px; /* height of your logo */
    background: url(images/logo.png) no-repeat;
    outline:none;
    float: left;
    margin-top: 5px;

    }

    ul#menu li {
    display:inline;
    }

    #nav {
    height: 11px ;
    width: 400px; /* you can adjust */
    float: right;
    padding-right: 20px;
    border: 0px;

    }
    #nav a {margin-left: 20px; }

View thread