CSS Tutorial for Beginners - 18 - CSS Box Model Part 2

preview_player
Показать описание
In this video we continue on with the CSS Box Model.
Рекомендации по теме
Комментарии
Автор

9 years and this is still gold. I am new to this and it makes sense.

denchic
Автор

I can confidently say that you're the best compared to some youtubers here, am done with html and now css is done.. Thank you so much

ronaldbikeri
Автор

You saved me dude. Thanks for such a great tutorial.
Respect from India

MrRicharddaniel
Автор

CSS Source:

body {

color: green;
font-family: Verdana, Arial, Geneva, Arial Black;
font-weight: normal;
background-color: #ffcf79;
font-size: 25px;


}

h1 {

text-decoration: underline;
font-size: 150%;
}

h2 {

text-decoration: underline;
font-size: 1.2em;
}

p.para1 {

color: blue;

}

p.para2 {

color: purple;


}

p.para3 {

color: purple;
font-size: 15px;
line-height: 1.5em;
background-color: #e5e4d7;
padding: 20px;
border-color: black;
border-width: 2px;
border-style: solid;

}

p.para4 {

color: black;
font-size: 15px;
line-height: 1.5em;
background-color: #e5e4d7;
padding: 20px;
border-color: black;
border-width: 2px;
border-style: solid;
margin: 20px;
margin-top:50px;
margin-left:400px;


}

EJMedia
Автор

Thanks, Man! You are very good at that! You teach perfectly! I have seen many playlists about it, but yours is the best one! Regards from São Paulo - Brazil.

willianssimoesdesousa
Автор

Am an ameture in the field of programming, basically am not interested in the technological side but fate made me join in the field. I finished my 4-1 and I just joined as an intern in a particular company as part of my course for a 5 month period.

Your videos are so helpful to me in learning the topics that requires for me to work in this company. Thanks for such beautiful videos. I completed the HTML course, now this and later on many topics from your series of playlists.

I have a request to make that could you come in for a one on one chat or may be into live chat... so I (we - viewers) could clarify even the smallest doubts that would arise at times of learning from the videos and seek some guidance and help on how to get through all these.

samuelgeorge
Автор

This has really helped me! I really like your style of teaching.

kimberlyalexander
Автор

HTML Source:

<!doctype html>

<html>

<head>

<link rel="stylesheet" type="text/css" href="stylesheet.css">

</head>

<body>

<h1> The Fish Web Site </h1>

<p class="para1"> Welcome to the Fish Web Site. Everything you want to know about fish is in this web site. </p>

<h2> This is a section on Bass fish </h2>

<p class="para2"> Bass fish live in lakes.  The word for fish in Latin is <i>Pisces</i>  </p>

<p class="para3"> A fish is any member of a paraphyletic group of organisms that consist of all gill-bearing aquatic craniate 
animals that lack limbs with digits. Included in this definition are the living hagfish, lampreys, and cartilaginous and bony fish,  
as well as various extinct related groups. Most fish are ectothermic ("cold-blooded"), allowing their body temperatures to 
vary as ambient temperatures change, though some of the large active swimmers like white shark and tuna can hold a higher 
core temperature. Fish are abundant in most bodies of water. They can be found in nearly all aquatic environments, from high 
mountain streams (e.g., char and gudgeon) to the abyssal and even hadal depths of the deepest oceans (e.g., gulpers and 
anglerfish). At 32, 000 species, fish exhibit greater species diversity than any other group of vertebrates. </p>

<p class="para4"> A fish is any member of a paraphyletic group of organisms that consist of all gill-bearing aquatic craniate 
animals that lack limbs with digits. Included in this definition are the living hagfish, lampreys, and cartilaginous and bony fish,  
as well as various extinct related groups. Most fish are ectothermic ("cold-blooded"), allowing their body temperatures to 
vary as ambient temperatures change, though some of the large active swimmers like white shark and tuna can hold a higher 
core temperature. Fish are abundant in most bodies of water. They can be found in nearly all aquatic environments, from high 
mountain streams (e.g., char and gudgeon) to the abyssal and even hadal depths of the deepest oceans (e.g., gulpers and 
anglerfish). At 32, 000 species, fish exhibit greater species diversity than any other group of vertebrates. </p>


</body>

</html>

EJMedia
Автор

I reached here! (at Tutorial 18 )
Thank you a lot!

snowchang
Автор

Nice content dude, straight to the point. But would've been better if you knew shortcuts like ctrl+s(save), ctrl+r(refresh webpages), alt+tab to shift between windows.

shuchivyas
Автор

your vids are really good, you should never stop making them, I could be lucky i found your Chanel + 1 SUB

skully
Автор

You are a Good Mentor .Thanks for videos .

abutahersaikat
Автор

check 17th video. its having blank screen at the end :)

DhirajChinta
Автор

Impressive to me. Thanks for the video on CSS. :)

khalilurrahman
Автор

very well done tutorials thanks for the help.

indrit
Автор

your video, it is still useful this time. thank you.

esc
Автор

Sir will you be explaining how to draw arc and circles in canvas. HTML 5

alinavarghese
Автор

I was std 9std
It was clear to me
Thank you so much 😀😀😀😀😀

vijiramesh
Автор

great tutorial sir i m very much impressed

amulyaloladhattu
Автор

tnx for the tutorial series very helpful

vileyogabear