CSS tutorial for beginners 🎨

preview_player
Показать описание
CSS tutorial for beginners course
#CSS #tutorial #beginners
⭐️Time Stamps⭐️
(00:00:00) intro
(00:01:39) sample html document
(00:02:09) inline
(00:04:18) internal
(00:05:49) external
(00:08:12) ids
(00:09:24) classes
(00:10:31) conclusion

CSS = Cascading Style Sheets

1. Inline
2. Internal
3. External
Рекомендации по теме
Комментарии
Автор

<!DOCTYPE html>

<html>
<head>
<title>My first website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>

<!--
1. Inline
2. Internal
3. External
-->

<h1>This is my website</h1>

<p id="p1" class="odd">Lorem ipsum dolor sit amet consectetur adipisicing elit. Soluta suscipit itaque repellat animi? Minima, dicta quos eaque illo veniam sequi inventore voluptate eveniet necessitatibus, iusto quia nam dolores similique sapiente!</p>

<p id="p2" class="even">Lorem ipsum dolor sit amet consectetur adipisicing elit. Soluta suscipit itaque repellat animi? Minima, dicta quos eaque illo veniam sequi inventore voluptate eveniet necessitatibus, iusto quia nam dolores similique sapiente!</p>

<p id="p3" class="odd">Lorem ipsum dolor sit amet consectetur adipisicing elit. Soluta suscipit itaque repellat animi? Minima, dicta quos eaque illo veniam sequi inventore voluptate eveniet necessitatibus, iusto quia nam dolores similique sapiente!</p>

<p id="p4" class="even">Lorem ipsum dolor sit amet consectetur adipisicing elit. Soluta suscipit itaque repellat animi? Minima, dicta quos eaque illo veniam sequi inventore voluptate eveniet necessitatibus, iusto quia nam dolores similique sapiente!</p>

</body>
</html>
/* style.css */
body{
background-color: black;
}
h1{
color:white;
}
p{
background-color:gray;
color:white;
}
.odd{
color:red;
}
.even{
color:blue;
}
#p1{

}

BroCodez
Автор

Woooo css, im gonna learn html and css this school year!

ThePianoPlayerOfficial
Автор

I recently started my Bachelor's degree in information science and your videos on python, html and css are currently helping me a ton! Thank you bro <3

spae
Автор

I started learning coding in school and the teacher does, did not know how to explain and i have my practical exam in a couple of days bro this guy is an angel sent from heaven he helped so much

mindsetmaker
Автор

شكرا that's mean thank
you you saved my life. Good job brother.

tsnfstc
Автор

Thank u soo much for this series... It will InshaAllah help me out in my journey of coding.

asmaabid
Автор

You may also add the following concepts: ➡ info about [ clearfix / transitions / @keyframes / box-model / attributes / selectors / responsive design ].
[✔] This is the most complex YouTube channel with a context based on web development and programming! Congratulations on your effort and what you have achieved!

dgtLwrd
Автор

Thanks for CSS tutorial for begineers .Love it.

tawtarhtay
Автор

thanks a lot dude. You are my best teacher in front-end. And you have got a great diction. I will follow your all lessons. Loves from Türkiye.

tastanmahir
Автор

great i didn't find any video like this on the youtube.keep it up sir.

arslangul
Автор

GREAT EXPLANATIONS AND THANKS SO MUCH FOR PROVIDING THE CODE TOO! LOVE AND TAKE CARE!

francisjacquart
Автор

Bro nailed it man, I think I am gonna top my next exam because of you, love from India man 🇮🇳

Ruzen
Автор

Thank you very much for sharing what you know!

fabriciobarraza
Автор

I ain’t going to college, *this* is college

appleteamocha
Автор

very clear and understandable video.
i like that duration is not long and nevertheless everything is clear

wxycdjf
Автор

You are a hero. Let's get Bro gang !!

MeuTube
Автор

/*thank you bro, i've really learnt alot*/

dukecalvin
Автор

Hi! thanks for the great content. I was wondering what was the difference between these (short) CSS and HTML video courses compared to the 4 hour one that came out a year ago?
Is this an introductory and less specific version or just more compressed?

ruadharne
Автор

i love itttt😻😻😻, its even good more than our sir explain in uni !!

Sooo_Seen
Автор

I love how he says that he stole the definition from Wikipedia

Bruhilione