A step by step tutorial teaching you how to create your own chat client and chat server easily in C#, for local networks or the Internet.
A C# tutorial showing you how to make use of WMI to extract information on disk drives, such as model, capacity, sectors and serial number.
This tutorial will teach you how to calculate the shipping cost based on the weight, height, length and depth of the box, the distance and the UPS service type.
Creating a Rich Text Editor using JavaScript is easier to do than you might think, thanks to the support of modern browsers; this tutorial will walk you through it.
CSS BasicsThis tutorial teaches you the basics of CSS. You'll learn the CSS code, the style attribute, the <style> tag, and how to define CSS in an external file. |
On Friday, October 12th 2007 at 04:52 PM By ulrik damm (View Profile) ![]() ![]() ![]() ![]() (Rated 3.5 with 9 votes) |
||
CSS BasicsCSS, Cascading Style Sheets, is a powerful, yet simple tool when writing websites. The purpose of CSS is to easy change the look of the elements of you website. It can change e.g. color, font, width, height, position, alpha, z-index, and so on. The usage of CSS is very simple, and can easy be put into html documents. For example, we got this heading in a div:<p>Welcome to my website</p> The output of this is a boring header in size 12 Times New Roman. Now, you want to make the size to 20, the font to Arial and the color to red. This is easily done using CSS: <p style=”font-size: 20; font-family: Arial; color: red;”>Welcome to my website</p> That was better! Now, what we did was to add the style. The style is the CSS part. In the style, you specify the look of the elements; in this case you are changing size color and font. The CSS code, that between the “”s, is made of two things: the first is the value that is going to be changed, followed by a colon (:), then the value you are changing in into, followed by a semi-colon (;). E.g. we are changing the color of the text by using the color-keyword. Color: red; This is how simple it is. Now, we’re changing the font and size, by using the font-family and font-size keywords: Font-family: Arial; font-size: 20; Notice that if the font doesn’t exists on the computer showing the webpage, Times New Roman is used instead, so do not use any special font. This is simple how it’s done. Now, you can try to change different values. Here are some of the most used:
Font-weight - used to make the font bold – normal/bold/bolder/lighter |
|||
Digg It!
Del.icio.us
Reddit
StumbleIt
Newsvine
Furl
BlinkList
|
|||
|
|||
Current CommentsHi..
It very good for startup like me...could please post some more article to study deeply
hi! it is a good way to explain for the beginners, i appriciate your method.
thanks
css Font examples , Properties , Attribute - - //
http://www.css-lessons.ucoz.com/font-css-examples.htm
Yeah, I'm agree with others. It's nice articles.
Been trying to learn coding and I think that this is a great explanation of CSS for beginners. Straight to the point without overstating anything.
Thank you for this.
Hi,
Articals are good.
Can you put practical oriented learining here
so that a biggener also able to develop the web page.
thanks.
Hi,
Articals are good.
Can you put practical oriented learining here
so that a biggener also able to develop the web page.
thanks.
Hi,
Articals are good.
Can you put practical oriented learining here
so that a biggener also able to develop the web page.
thanks.
http://www.geekpedia.com/tutorial235_CSS-Basics.html
Just brilliant. Awesome tutorial. keep it up
i found another site having Fantastic Page Rank Professional tutorials
see link below
http://www.tutorials99.com
Related Tutorials
Related Source Code
CSS Job Search