Jump to content

andreas.b

Members
  • Posts

    1
  • Joined

  • Last visited

andreas.b's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. andreas.b

    LAYOUT IN CSS

    Hi, I am new in CSS and I want help. I need to make a website with 2 columns under navigation. I have the section and i need to put the aside element but I have problem. Can anyone tell me the right way to do that? Also, I want a logo in the left top of header and an another image in header. How can I fix those stuff? How is the right code for that? #wrapper { margin:0 auto; overflow:auto; width: 96%; /* Holding outermost DIV */ }#header {margin-left:auto;margin-right:auto; background-color: #EBE544;width:1000px; color:white; padding:10px;}#nav {font-size: 1.143em;margin-left:auto;margin-right:auto; line-height:1px; background-color:#000;width:1000px; text-align:right; padding:10px; }#nav ul li{display :inline;}#nav a:link, #nav a:visited { color: #fff; display: inline-block; height: 1px; padding: 5px 1.5em; text-decoration: none; } #nav a:hover, #banner nav a:active, #nav .active a:link, #banner nav .active a:visited { background: #C74451; color: #fff; }#section {margin-left:156px;font-family: Sans-Serif; background-color:#EBE544; height:1900px;width:1000px; padding:10px; text-align: justify;
×
×
  • Create New...