Jump to content

umanga

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by umanga

  1.  

     

    Omg :Shock:

     

    Very Good - Gratz

     

    Você e Brasileiro? '' Adiciona Skype: Felipe.Ramalho ''

     

    How Do I
    # mid {
    background-color: # ff9;
    float: left;
    margin-left: 5px;
    width: 75%;
    height: 35%
    }
    Stay Centered in the Midst of the Index! ? ''
    Full Container Index, Middle ta full screen?

     

    I don't actually understand what you are saying.

    But the following code may solve the problem.

     

    #wrapper

    {

    width: 960px;

    margin: 0px auto;

    }

     

    Try adding this to your CSS and enclose everything in the HTML BODY with <div id="wrapper">

     

    <body>

    <div id="wrapper">

    <div>Every other thing you code goes here.</div>

    </div>

    </body>

    • Like 1
  2. Maybe the following CSS code will help you out. html, body {
    font-family: Verdana, Geneva, Arial, sans-serif;
    margin:0;
    height: 100%;
    text-align:center;
    }
    #top
    {
    background-color:#bfb;
    width: 100%;
    height:18%;
    }
    #midleft
    {
    float:left;
    background-color: #ddd;
    width: 12%;
    height: 65%;
    padding: 1%;
    padding-right: 2%;
    }
    #mid{
    background-color: #ff9;
    float: left;
    margin-left:5px;
    width: 75%;
    height: 35%
    }
    #back{
    background-color: #bfb;
    width: 100%;
    height: 7%;
    clear:both;
    }
    Feel free to ask any other question.
  3. I analyzed your website and found out that some unwanted spaces has covered your heading.So this is wait I came up with: /*Edited*/#heading {

    • font-size: 33px;
    • margin: 0 0 20px;
    • text-align: center;
    • text-transform: uppercase;
    • color: #000000;
    • line-height: 160px;/*Try working with different values.It works*/

    }

×
×
  • Create New...