Old 12-23-2006   #1 (permalink)
Registered User
 
Join Date: Feb 2006
Posts: 37

Newbie on CSS with questions

Okay really newbie on CSS here. I'm just about to learn it today so be gentle.

-----------------------------------------------------------------------------

I'm trying to practice making a css website from scratch. But for now I'm just going to test the basic stuff. So far this is my code:

Quote:
<html>
<head>
<title>Test CSS</title>
<style type="type/css">
body {background-color: #97B1D0}
h1 {background-color: transparent}
</style>

</head>

<body>

<h1>LEARNING CSS</h1>
</body>
</html>

The website: Test CSS


Questions:

Quote:
body {background-color: #97B1D0}
1. The color for body background does not appear. I tried few colors but still didn't show up. Did I do something wrong?

Quote:
<h1>LEARNING CSS</h1>
2. I would like to change the color and the size of the text. Let say White for color and Small for font size. So how do I make the code?

Okay questions to be continued after I have managed to figure the first two.

Would be very much appreciated if anyone can help me out.

Css newbie,

JJ
Babybutch is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 12-23-2006   #2 (permalink)
A$s On Fiyah
 
ecntrc's Avatar
 
Join Date: May 2005
Location: Ewa Beach, Hawaii
Posts: 601

Send a message via Yahoo to ecntrc
Code:
<style type="text/css">
body {background-color:#000000;
  }

h1 {font-weight:700;
font-family:Georgia, "Times New Roman", Times, serif;
color:#FFFFFF;
  }
</style>
that would be your code, you have to take out the transparent, i highly doubt you dont need that.. when doing multiple styles for something, (referring to the h1) look how you add the { and then do whatever you want, making sure that you end it with ; and then start the new style but making sure your closing it with } was that understandable? I hope so. if not let me know..
__________________
google is my lover, whos yours?
ecntrc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 12-24-2006   #3 (permalink)
Registered User
 
Join Date: Feb 2006
Posts: 37

Yes, got it mate. I understood with what you said. Very interesting, CSS that is. So far my brain still not explode yet.

Thanks mate.

I'm sure I have more questions later.

Thanks again for helping. Much appreciated.
Babybutch is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 12-24-2006   #4 (permalink)
A$s On Fiyah
 
ecntrc's Avatar
 
Join Date: May 2005
Location: Ewa Beach, Hawaii
Posts: 601

Send a message via Yahoo to ecntrc
heres some CSS sites I was told that was good.. CSS Beauty | CSS Design, News, Jobs, Community, Web Standards, CSS Import™ | The CSS Gallery, CSS Remix, The FWA: Favourite Website Awards - Web awards at the cutting edge

btw im also a beginner with CSS, well as for making sites in complete CSS that is..
also I posted a thread about making a site in complete CSS and the guy that responded gave a few sites too if you want to take a look, its in this category.. glad i could help..
__________________
google is my lover, whos yours?
ecntrc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fire Tutorial Questions and Answers ConceptualMind Adobe Photoshop 35 10-09-2006 02:24 AM
Newbie to Photoshop & Forum CeiCei Introductions 6 07-13-2006 11:28 PM
newbie stingerjpgr Introductions 2 07-12-2006 10:34 PM
Me newbie, me need build city mr_mundane Introductions 4 05-06-2006 04:26 PM
im newbie here keifu_djtaku Introductions 2 02-14-2006 05:23 PM


All times are GMT +1. The time now is 05:36 PM.
Content Relevant URLs by vBSEO 3.2.0

Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT