CSS Tutorial for Beginners - 17 - CSS Box Model Part 1

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

i see you added some extra padding and margin to the end of this video

yungpros
Автор

there is a "nothing to watch" after 3:50 or is it only me ?
even after 6 years I still find this a great material, thanks a lot.

whynot-vqly
Автор

You are the man! My three hour lectures couldn't describe the box model as you did in 5 minutes! Thank you!

davidcontreras
Автор

Here is CSS code for this episode:

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;

}

EJMedia
Автор

From HTML for beginners up to this video and counting. Thanks for the videos man.

marcnicholecaudilla
Автор

Now this is getting exciting! Glad I clicked on this playlist.

fendas
Автор

Here is HTML code for this episode:

<!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>


</body>

</html>

EJMedia
Автор

Hey did you know that from 3:49 to 5:50 this is dead space ....?

The video finishes at 3mins 49seconds lol but goes on till 5mins 50seconds ;)

Just so as you know

Stig

AeonHorus
Автор

hands down the best box model explanation

TheSimplydar
Автор

Unbelievable tutorial series .Pretty easy to understand!Thank you a lot...

udithasandumina
Автор

Mannnn you are just changing my life.I don;t know the way to thank you.God bless you.❤❤❤❤❤

hassanmehedi
Автор

Been watching your videos for the pass week and you don't know how thankful I've been that someone was kind enough to do a series like this for free on youtube. You've could have easily sold these to make money but you chose to give the info away for free. God bless you sir for making this possible for everyone to learn.

zangovu
Автор

Love your tutorials, you teach very well. Thanks

KevinAdamslawyer
Автор

I've been studying coding by myself, and I know I can do it, but finding your videos made everything so easy and more pleasant to learn ! I appreciate the time and effort ! Any suggestions, tips for people that are beginning now and still don't know what path they are gonna take ?

Thank you !

LP-rkrb
Автор

very good explaination and thanks i have reached here wow.
iam begginner not even know before letter a of this language.

moizmashoor
Автор

Sir you are bcz of your tutorials i am your fan. you make such easy and and clear tutorials which gain my attraction towards your tutorials.

BUKCPORTAL
Автор

this will actually help me to pass my test tomorrow! thanks, because my teacher kind of gave up on the class

moss_guide
Автор

Love your videos. Short sweet and to the point. Heads up though, the video stops at 3:50 and is blank the other two minutes after that.

devanfarrell
Автор

thank you so much you helped me with html and css do you have any js videos

noirofra
Автор

Hey do you know what I am an early coder only 11 years old and you`ve helped alot.
Thanks!!!

cheesechowder