Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

User:Cacoval

  1. page {
      width:720px;
      border:3px red solid; }
  1. header {
      height:75px;
      border: 3px green solid; }
  1. sidebar {
      float:right; // Si queremos el menu a la izquierda basta con usar left para desplazar el menu a la #izquierda.
      width:200px;
      border: 3px #FFCC00 solid; }

content {

      border: 3px #CCFF00 solid; }
  1. footer {
      border: 3px #00CCFF solid; }