PHP Classes

File: css/index.css

Recommend this page to a friend!
  Classes of manudg   HTML Model Constructor   css/index.css   Download  
File: css/index.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: HTML Model Constructor
Generate HTML5 documents programmatically
Author: By
Last change: Update of css/index.css
Date: 4 months ago
Size: 377 bytes
 

Contents

Class file image Download
/* * HTML Model Constructor * Author: https://github.com/ManuDavila * Site: http://jquery-manual.blogspot.com */ body { background: #521B50; font-family: sans-serif, arial, verdana; color: #FFFFFF; margin: 0; padding: 0; } .container { margin: 30px; } .title { color: #F1D8F0; } #list li { list-style: square; } a { color: #FFFFFF; }