PHP Classes

File: Form.css

Recommend this page to a friend!
  Classes of none   Simple PHP Form Builder Class   Form.css   Download  
File: Form.css
Role: Auxiliary data
Content type: text/plain
Description: css style file
Class: Simple PHP Form Builder Class
Generate HTML for Web forms
Author: By
Last change:
Date: 10 years ago
Size: 516 bytes
 

Contents

Class file image Download
@CHARSET "UTF-8"; body { background-color: #9FB8C4; } h1{ padding-left: 5px; } form { padding-left: 5px; } input, select, textarea{ float:right; } em{ float:left; } div#container { background-color: #CDDEE7; width: 500px; border: solid 1px #CCCCCC; margin-left:auto; margin-right:auto; height: 300px; } div#data { float: left; width: 100%; } /*from PHPClassForm.php*/ .submitButton{ float:left; margin:20px 0px 10px 5px; } .resetButton{ float:right; margin:20px 5px 10px 0px; }