Login   Register  
PHP Classes
elePHPant
Icontem

File: automata.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Benjamin P.  >  DEA  >  automata.css  >  Download  
File: automata.css
Role: Auxiliary data
Content type: text/plain
Description: some CSS for eye-candy
Class: DEA
An abstract deterministic finite automaton
Author: By
Last change:
Date: 2003-07-18 18:38
Size: 228 bytes
 

Contents

Class file image Download
BODY {
	background-color : grey;
}

P {
	font-size : 14;
	font-style: italic;
}

TD, TABLE {
	border : 1px solid Black;
	font : Verdana;
	font-size : 18;
	color : lime;
	text-align : center;
	width : 500px;
}