
CSS Thingies
What the Heck?
Yes, OK, I couldn't think of a subtle name. This page is just going to be filled with some handly little CSS copy paste code to do some cool or useful things.
Show Code
What does this do?
Just a handy little CSS class to show computing code in a nice little box.
The Code Itself
.code {
background-color:#FAFCFE;
border:1px dotted #000000;
color:#465584;
font-family:Courier,Courier New,Verdana,Arial;
margin:0px auto;
padding:2px;
width:98%;
} An Example
$val) if ($val == max($amt)) return $key; } /* echo mode(array(2,2,3,3,4,5)); // 2 echo mode(4,4,3,3,3,2,4,5); // 4 */ ?>