PHP Classes

File: fwphp/glomodul/z_examples/todo_csv_js/todolist/web/css/layout.css

Recommend this page to a friend!
  Classes of Slavko Srakocic   B12 PHP FW   fwphp/glomodul/z_examples/todo_csv_js/todolist/web/css/layout.css   Download  
File: fwphp/glomodul/z_examples/todo_csv_js/todolist/web/css/layout.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: B12 PHP FW
Manage database records with a PDO CRUD interface
Author: By
Last change: Update of fwphp/glomodul/z_examples/todo_csv_js/todolist/web/css/layout.css
Date: 1 year ago
Size: 597 bytes
 

Contents

Class file image Download
/* * #header, #content, #footer { */ #main { width: 1000px; margin: 0 auto; position: relative; } #header { margin-top: 10px; margin-left: 26px; margin-bottom: 20px; } #header i, #header .title { float: left; margin-right: 14px; } #header .title { margin-top: 34px; } #header .nb { float: right; } #header, #footer { font-size: 0.75em; } .col-1, .col-2, .col-3 { float: left; } #page #content .col-1 { width: 250px; margin-right: 20px; } #page #content .col-2 { width: 650px; min-height: 500px; } #footer { height: 89px; }