HTML5 and CSS3 Beginner Tutorial 18 - classes

preview_player
Показать описание
In this tutorial I explain how to use classes to style elements on your web page. Social links:
-------------------------------------------------------------
Add me on twitter:

facebook group:
-------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

Your a very good teacher! I have looked at others and don't learn as well. You explain CSS wonderfully.

hopepar
Автор

This is great because if you have lots of paragraphs that you want to style differently. what you taught here makes it so you can. This is great!!!

albeerobert
Автор

Thanks for this brief and well-explained series. I've been watching for some time now and my html5 skill is growing

timiperealbert
Автор

I love your tutorials, it's so easy to learn and very clear.

Thanks,
Chen

חןנעם
Автор

Nice !! Tutorail.... I really appreciate about this ...

ilovefoss
Автор

Class of "BLUE" would be blue, and all other h2 headers would be red. Why not try it out though? :)

QuentinWatt
Автор

How do I add text paragraphs and pictures inside of the different pages in the nav bar

clevelanddaileyjr
Автор

The audio is shitty on this. Otherwise great job again! ;)

fnTuukka
Автор

I did, or at least I tried and it was coming out all red. I think I was messing something up with the code, because it's coming out all red. Though it's coming out red, blue, red now. I was wondering if I was messing something. Your tutorials are very nice.^^

lirisa
Автор

I'm sorry if I don't word this right.if you wanted to modify modify all tags h2 so you make a style sheet and make something like h2 {color:red;} that would change all h2 tags red. Now, if you wanted to make one blue, and added a class to make one blue.Would the class have an effect or not?

"CSS:
h2 { color: red;}
.BLUE { color: blue; }"

Html: :
'...
(h2) Red(/h2)(br/)
(h2 class="BLUE")Blue.(/h2)(br/)
(h2) Red</h2)(br/)
..."

Would "Blue" be blue or red?


lirisa
Автор

I tried same code, but no any color changed

AshutoshKumar-ncts