CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of web dev
CSS
body
{
    background-color: #000000;
}
 
.MainTitle  /* Class */
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-large;
    color: #0000CC;
by Jose David Parra   May 01, 2011 @ 5:14pm
Tags: CSS, web Dev
106 Views
no comments
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>JQuery for Absolute Beginners</title>
    <script src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.5.1.js" type="text/javascript"></script> 
    <!--<script src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.5.1.min.js" type="text/javascript"></script>-->
    <link href="Content/Play.css" rel="stylesheet" type="text/css" />
 
    <script type="text/javascript">
        $(document).ready(function () {
by Jose David Parra   May 01, 2011 @ 5:12pm
226 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate