DH Templates

css codes for websites??

okay i need a css code for Google pages layout were can i create one??? i don't want to use one of there templates so please help o if u can give me one greatly appreciated

Public Comments

  1. There are a whole bunch of 'open source' web design work here: http://www.oswd.org/ . I never heard of a Google page maker other than the one that they supply: http://personalweb.about.com/od/easyblogsandwebpages/ss/googlecreator_7.htm
  2. http://w3.org/ has tutorials that will help you get started and as you progress. Below is a file I wrote some time ago. You can get an idea of how it's formatted. You can use several programs, but WordPad is already included with Windows, and after you write the code you just save it with the file extension css - like "text.css" and then you link to the file with this code in the Head section of your page, like this: <link href="css/text.css" rel="stylesheet" type="text/css"> <link href="css/index_format.css" rel="stylesheet" type/css"> Here's the sample code: BODY { background-color : #003333; color: #99cc99; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; } H1 { font-size : 20pt; color:ffff00; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; } H2 { font-size : 16pt; color : ffff00; font-family : Times, serif; text-align : center; } .left { text-align : left } .center { text-align : center } P.bold { font-weight : bold; color : ff8000 } P.narrative { font-size:10pt; } .subtitle { color : #cc0000; font: "Times New Roman", Times, serif; font-style: italic; font-size: 10pt; } DIV.thispage { font : Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight : bold; font-size : 10pt; color : #ffff00; text-align : center; } DIV.menu_links { font : Verdana Geneva Arial Helvetica sans-serif; font-size : 10pt; font-color: #99cc99; text-align: center; } DIV.external_links { font : Verdana Geneva Arial Helvetica sans-serif; font-size : 10pt; font-color: #99cc99; text-align: left; valign:center }
  3. Google Page Creator not sufficient?
Powered by Yahoo! Answers