PHP Classes

File: example/assets/style.css

Recommend this page to a friend!
  Classes of Rafa Rodriguez   Div PHP Ajax Mapping   example/assets/style.css   Download  
File: example/assets/style.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Div PHP Ajax Mapping
Call PHP classes and functions using AJAX requests
Author: By
Last change: Update of example/assets/style.css
Date: 2 months ago
Size: 645 bytes
 

Contents

Class file image Download
body { background: #eeeeee; font-family: Arial; } .page { margin: auto; width: 70%; background: white; padding: 10px; } .banner { background: navy; color: white; padding: 5px; } .banner a { color: white; } input { padding: 5px; font-size: 16px; color: navy; } label { line-height: 3; margin: 5px; } legend { color: navy; font-weight: bold; font-size: 20px; } fieldset { border-radius: 5px; border: 1px solid gray; } button { border-radius: 5px; padding: 5px; background: #eeeeee; } button:hover { background: #cccccc; cursor: pointer; }