Itroduction to css


Hello everybody, welcome to our website where you will find everything for free.

This is our first CSS tutorial which is of basic introduction of CSS.

It includes what is CSS?

Where you can use CSS?

For which and how CSS is used?

Would you require any software and if yes, which?

Is it useful or not?

Why it is necessary to know about this?

Everything.., just an overview.

If you want to learn about CSS, you must see the video for getting understanding of it.

Changing font type, color and size


Hello everybody, welcome to our website where you will find everything for free.

This is our second CSS tutorial in which you will get to know about how to change color, type and size of a font in CSS.

You can change the font type from Arial to Times new roman by using CSS.

You can change the color of your font from Normal to Blue by using CSS.

You can change the size of your font from Normal to Big by using CSS.

And in this tutorial, you are going to learn that…, so just see the full video.

Multiple selectors and rule for applying them


Hello everybody, welcome to our website where you will find everything for free.

This is our third tutorial in which you will get to know about multiple selectors and the rule for applying them.

Suppose, you have multiple elements and you want to apply them same styles.., so at that time, you don’t need to write same codes for each and every elements you can simply place them together separating with “comma”…, that’s it.

In this video, you will see its practical so don’t think too much and see the full video carefully and you will get it.

Add a line to header and border property


Hello everybody, welcome to our website where you will find everything for free.

This is our fourth tutorial of CSS in which you will get to know about how to add a line to a header by using border property in CSS.

Sometimes when people make their own website.., they give line/ border to a text content or image content that can be done with html also but why we need to learn it here is that it makes your work 
easier.
Just like below text, you can add border to your text.

Inheritance and overriding


Hello everybody, welcome to our website where you will find everything for free.

This is our fifth CSS tutorial in which you will be going to learn what is inheritance and overriding and how to deal with them in CSS.

Here you will be using border property.

Inheritance means taking the properties of a parent element.
Just see the video and you will get the concept.

Using class in CSS


Hello everybody, welcome to our website where you will find everything for free.

This is our sixth CSS tutorial in which you will get to learn what is class and how to use them in CSS.

Actually, suppose you have multiple elements/ tags in html and you want to apply style at the same time without consuming more amount of time, you would at that time, use “Class”.

Class makes your work easier.

You can edit the whole html page by just simply editing the class in CSS.

And that is the main advantage of it.
So just see the full video and you will get how to use class in CSS.

More on class


Hello everybody, welcome to our website where you will find everything for free.

This is our seventh CSS tutorial in which you will be learning more on class.

What you can do with class, where you can use class, with which properties, you can use it.., etc is here in this tutorial.

I am saying you that you must see this video, but this tutorial gives you some more and basic information regarding class which will be useful for you in future.

This tutorial includes the use of block quote tag used in html.
So just see the video and you will get it.

Font-family in CSS


Hello everybody, welcome to our website where you will find everything for free.

This is our eighth CSS tutorial in which you will be learning about font family.

Do you know what font-family is?

These are the different types of font which you can use in making webpage/website.

Just like:               This is times new roman

                                This is Arial

                               This is Courier New

These were the different type so font which you can use for giving attractiveness to your text.

You can give color and increase or decrease the size of your text in CSS.

Just see the video and you will get it.

Font weight property


Hello everybody, welcome to our website where you will find everything for free.

This is our ninth CSS tutorial in which you will be learning about font weight property.

What is that?
It is nothing but shows you your text in different form like: bold, underline, italic.., etc

Just like we have made our text in underline, italic and bold in 

html, same we can do here with CSS.

Ex:          This is bold,

                This is italic,

                This is underlined.

                This is bold, italic and underlined.

Have you seen that, to know more, just see the video and you will get it.

How to add external style sheet?


Hello everybody, welcome to our website where you will find everything for free.

This is our tenth CSS tutorial in which you will be learning about how to add external style sheet.

But before that, you need to know what is external style sheet.
External style sheet is nothing but the sheet or page of CSS codes which is used for giving styles to our website.

External style sheet is widely used in all websites just because if it is not used, all coding will be difficult to understand and differentiate from each other.

So it is necessary for you to know about it if you want to make a website.

Text decoration property


Hello everybody, welcome to our website where you will find everything for free.

This is our eleventh CSS tutorial in which you will be learning about how to use text decoration property in CSS.

This is similar to that we manually do like: underline.
Then why it is necessary to learn it?

Just because when you make a navigation list and apply anchor tag so that it can be clickable, at that time, you need to use this property to remove underline from that clickable text/link for 
giving style/ attractiveness.

And it is very simple to learn it., so just see the full video and you will get everything about it.

Italic fonts


Hello everybody, welcome to our website where you will find everything for free.

This is our twelfth CSS tutorial in which you will be learning about how to make your text/font italic.
You would say.., how many times should I learn it, one time is not enough?

Yes, one time is enough but if you learn one thing again and again, you will never ever able to forget it from your mind.
In this tutorial, you will get to know the use of “font-style” and its value “italic”..,

If you apply it, your text will become Italic like this.
It is used when you want your text to be appeared different than other texts.

Just see the video and you will get it.

Webcolors


Hello everybody, welcome to our website where you will find everything for free.

This is our thirteenth CSS tutorial in which you will be learning about web colors.

Whenever you want to apply a color in either background or to an element, you would use simple color name ex: orange, yellow, blue.., etc right?

 But, instead of it, suppose you need a very light black color what will you do?

Will you remember all the names of colors?
There is a trick which is helpful to us for this matter.


You might be knowing about color codes.., and if you don’t know, just open your paint in your PC and go in custom colors and there you will find color code:


This color code is used instead of name in CSS coding when making a new webpage.


Just see the video and you will get full information about web colors.