CSS Tutorial for Beginners - 05 - Inheritance and overriding

preview_player
Показать описание
In this video we go over how inheritance works in CSS

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

I've been trying to nail down CSS3 for the longest. Thanks for posting this brilliant series.

craigjohnson
Автор

Was confused about this topic after reading it in a book. After 4 minutes of this video I fully understand.

OfficialJoeMorris
Автор

Brother God Bless YOU!!! You are better then all of my teachers combined! If it wasn't for your videos my online classes would of been 1000x harder to understand!
Thank You Thank You and Thank You again!!!

ernestvartazaryan
Автор

Thank God I found you, you’ve made everything every easy for me🙏🏽

bimboajijola
Автор

your tutorial really benefit me a lot. Can't thank enough. God bless you!

benjaminkimmang
Автор

6 years late and it is still very helpful..thanks a lot:)

crykitty
Автор

I'm really glad i found your videos. your the best one on the web and YouTube for this subject. thnx.

eloyedan
Автор

Thanks a lot, man! Your videos helped me a lot!
Btw to all other viewers, watch it at 1.5x speed

megh.
Автор

I'm brand new to CSS, thank you for making it so easy to understand!!

RalucaBojor
Автор

It went over my Brain with the first watch! But I get it now. You really make things really easy.

lovelyhometoru
Автор

Love your videos. Its easier then the course I am taking. great help

janetrivera
Автор

superb. I studied the entire html course. It is also superb.thanku sir

hasaraswijesinghe
Автор

i am sure i am learning well by help of you. thanks a lot.

allinterestingmedia
Автор

I don't know if he'll add that in future videos, but if you have CSS file and HTML file inside of your editor or whatever you're using and you want to link the HTML to the CSS simply add this in your head element.
<link href="name of your css file" type="text/css" rel="stylesheet"/> Note that it's a self closing tag. </> That's a self closing tag.
If you have the href in your editor simply add ./ before adding your css file name.
Example:
If you have your CSS file name to "tutorial" then do href="./tutorial" by adding the ./ because this command tells it to search for tutorial in the program.

Self closing tag:
normally in HTML you'd see an element like this,
<h1>Tutorial</h1>
You see it has an opening tag and a closing tag, but for the link element it's a self closing tag. (If you know HTML, then you'll know what a self closing tag is)
a self closing tag is like this
<link/>
it basically closes itself without the need of a closing tag.
Just like the img tags. It goes like </img>

AvDexterGaming
Автор

I wish I found your video earlier, would have saved so much time.

Sharie
Автор

Helpful, short... Good. Exception for when the teacher makes you watch 30 episodes in one period, and copy everything. XD

fishingtoncookie
Автор

I'm see these lessons with great pleasure, thank a lot you!

avent
Автор

how does an div tag inherit from another div tag that encloses the first?

julianhahn
Автор

God bless for making it so easy for us!

anonher
Автор

thank you i am going over all your vids again, thank you!!!

jprince