Тёмный

What is CSS? And How It Works! 

Create a Pro Website
Подписаться 409 тыс.
Просмотров 111 тыс.
50% 1

If you've ever made a website before, you've likely come across the word CSS. But what the heck is it? Well in this video I answer the question of What Is CSS? And explain how it works!
A modern day website is made up of 3 different files, or codes, which are:
1. HTML = Structure
2. Javascript = Behavior
3. CSS = Appearance & Style
CSS is short for "Cascading Style Sheet".
It helps determine things like colors, fonts, the positioning of certain elements, and even a little bit of animation.
Now the first word is Cascading, what does this mean?
Well let's keep it simple and say you have a website that is made up of 3 sections, each containing some heading text. Now let's say you assign all these texts to have a class of "Heading 2" aka "h2" and you want them to be Open Sans font.
Well you can write a bit of code that will change all of them at once throughout you entire website. This is why it's called Cascading. And you can also assign multiple values to these elements such a font size, color, weight, and more.
Example:
h2 {
font-family: "Open Sans";
font-size: 32px;
color: blue;
font-weight: bold;
}
And it's not just for text. Any visual element on your site such as backgrounds, boxes, headers, footers, images, and so on can all be altered with simple CSS.
So the next word is "style" which makes perfect sense already since CSS alters the style of your website.
So let's move on to the third word which is "Sheets".
By sheets I mean "Stylesheets" Which is basically like writing a bunch of custom CSS settings for text, backgrounds, image properties, etc. and saving it as one file, aka a "sheet" (custom.css) that you can apply to multiple web pages all with different content and layouts to achieve a cohesive style throughout your entire website.
Now one more important part about CSS is called "selectors."
And selectors are what you use to identify certain elements on your website. And you have "class" and you have "id".
So what's the difference?
Well to put it simply, a class is used to identify multiple elements on your website so you change the style of all of those elements at once. And this is indicated with a dot function
Example:
.body
While an id is given to one specific element on your website and is unique to that element and cannot be used elsewhere. This is indicated by a # function and is used in order for you to change that one element specifically without affecting anything else.
Example: #header
RELATED BLOG POST
-----------------------------------------
createaprowebsite.com/website...
OTHER HELPFUL VIDEOS
-----------------------------------------
How to Make a Website | STEP-BY-STEP 2020:
• How to Make a WordPres...
What is Web Hosting?
• What is Web Hosting an...
What is WordPress?
• What is WordPress? And...
FOLLOW & CONNECT WITH US
--------------------------------------------------
My Website :
createaprowebsite.com
Create a Pro Website Instagram:
/ createaprowebsite
Create a Pro Website Facebook:
/ createaprowebsite
Dale McManus Instagram:
/ dalemcmanus
And don't forget to SUBSCRIBE to Create a Pro Website for more awesome website tutorials:
ru-vid.com?...

Хобби

Опубликовано:

 

12 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 135   
@skysummer6429
@skysummer6429 4 года назад
You're amazing! Best explainer hands down! Thank you so much for putting the time in for us! Love you for it!!!
@1AlejoYT
@1AlejoYT 3 года назад
This was actually education made simple and enjoyable. Thank you Sir.
@iaamsimi
@iaamsimi 3 года назад
Thank you very much for all the information very summarized and so easy to understand, it is very difficult to find such information as simple as you explain it in other places. Thank you very much!
@cristiano5486
@cristiano5486 3 года назад
Thank you very much, this is the best explanation on the topic, which I found on the internet. Great job!
@victortruong1524
@victortruong1524 Год назад
I luv those animation in the video ! Many channels just talk and talk with the css code screen !! This video is dope, keep it going man !!
@CreateaProWebsite
@CreateaProWebsite Год назад
Thanks for the comment! Im glad you liked the video and the graphics made things interesting.
@Rog76
@Rog76 4 года назад
Great video, simple to the point explanation... and lots of value...
@yuriyse4691
@yuriyse4691 2 года назад
This is a best understandable explanation. I spent a lot of time to understand why need css. Your explanation in 3 minutes. Thank you
@CreateaProWebsite
@CreateaProWebsite 2 года назад
You are welcome!
@alltuffgoods
@alltuffgoods 4 года назад
i found you through the suggested videos. First your videos are very informative. Ijust made a youtube channel so i'm definitely doing my research. thanks for all your help. please keep it up! just subbed
@debbiedavila9841
@debbiedavila9841 3 месяца назад
Wow! You really are fantastic at explaining and simply simplifying this. I so appreciate you! THANK YOU!
@CreateaProWebsite
@CreateaProWebsite 3 месяца назад
You are so welcome! I'm just glad I was able to help you out!
@SamarPhotos
@SamarPhotos 3 года назад
I really enjoyed this video. Now I'm Clear About CSS. Great Job Buddy
@CreateaProWebsite
@CreateaProWebsite 3 года назад
Glad I could break it down in a clear way.
@ahile5905
@ahile5905 11 месяцев назад
You explained this very good bro and in an entertainment way, you got a sub🤙🏼
@sivasparch
@sivasparch 3 года назад
Thank you bro! Very nicely explained!
@user-xz2xq3fj3j
@user-xz2xq3fj3j 2 года назад
Simple enough for me to understand how websites are created/displayed, thank you. 👍🏽
@CreateaProWebsite
@CreateaProWebsite 2 года назад
You're welcome!
@falahahmed9584
@falahahmed9584 4 года назад
Waiting for a complete 60 minute lecture on css ;)
@kashifahmed00
@kashifahmed00 4 года назад
more videos on css
@kjanigaming8843
@kjanigaming8843 4 года назад
maybe go and check w3schools. it's a site where you can learn how to program css, html and javascript. There are also more stuff to learn but you don't need them for a site i think. And it's free i learned a lot there so check it out and maybe you can learn something there
@BlissAden
@BlissAden 3 года назад
60 minutes is not enough to learn CSS
@BishalDas-xu4zi
@BishalDas-xu4zi 3 года назад
@@kjanigaming8843 bro have you learned how to code and program a website?
@kjanigaming8843
@kjanigaming8843 3 года назад
@@BishalDas-xu4zi partly yes
@chrisdellinger5619
@chrisdellinger5619 3 года назад
Great. Clear. Simple. Awesome! 👏
@CreateaProWebsite
@CreateaProWebsite 3 года назад
Glad you like it!
@ksoss1
@ksoss1 Год назад
Clear, simple and easy to understand. Thank you, much appreciated 😊
@CreateaProWebsite
@CreateaProWebsite Год назад
Thanks for the positive feedback! It's great to hear that you found it clear and easy to understand. Cheers
@omagachinyere9406
@omagachinyere9406 Год назад
Great videos Dani, I love that well done!!!
@CreateaProWebsite
@CreateaProWebsite Год назад
Glad you liked it!!
@martinyoung9399
@martinyoung9399 3 года назад
Great visual examples!
@roadfromdamascus
@roadfromdamascus 2 месяца назад
Awesome video mate. Thank you.
@CreateaProWebsite
@CreateaProWebsite 2 месяца назад
Absolutely, glad you enjoyed it. Thanks for watching!
@Tblaq
@Tblaq 2 года назад
I just subscribed......I love the way he breaks things down!
@CreateaProWebsite
@CreateaProWebsite 2 года назад
Thanks for the sub
@ptd3v
@ptd3v Год назад
Perfect video, thank you so much!
@CreateaProWebsite
@CreateaProWebsite Год назад
I'm so glad it was helpful! Cheers!
@indiankidtuber3247
@indiankidtuber3247 2 года назад
Absolutely understood👍 Thank You!!
@CreateaProWebsite
@CreateaProWebsite 2 года назад
You're welcome
@hiddengem4293
@hiddengem4293 2 года назад
This was incredibly helpful, thanks!
@CreateaProWebsite
@CreateaProWebsite 2 года назад
You're welcome!
@benediksonsingh344
@benediksonsingh344 3 года назад
On point explanation!
@ThatCapeCodGuy
@ThatCapeCodGuy 4 месяца назад
Wow! I can understand you. Checking out your channel now and seeing if the rest are good.
@CreateaProWebsite
@CreateaProWebsite 4 месяца назад
Awesome! I'm so glad you were able to understand the video! Welcome and I hope the rest of my videos help too!
@ivram9965
@ivram9965 3 года назад
very well explained easy to understand
@ljudy832
@ljudy832 4 года назад
Great! Now we could jump in to make some style changes to an existing WP page. I am curious how to select and customize that. Cheers!
@HikingFeral
@HikingFeral Год назад
Thank you, I am trying to prepare for me Dip-HE in Software Development and just love all coding in general so this was a nice little video for me
@CreateaProWebsite
@CreateaProWebsite Год назад
Im glad to hear it!
@svitlana2876
@svitlana2876 3 года назад
Very interesting!! Thank you!
@CreateaProWebsite
@CreateaProWebsite 3 года назад
Glad you liked it!
@yazaadbkarai
@yazaadbkarai 4 года назад
Hi Dale, Thank a lot for all the video/tutorials you make for us. It's indeed good knowledge. Could you make some videos/tutorials on "How to Write Content for websites". I am a professional photographer and would like to make a website for myself (after learning so much from you), but "Content Writing" is a bit of a problem. Also, how to optimize it for SEO. Thanks!
@step1idiomas
@step1idiomas 4 года назад
Great video. Could you share what you used to create these animations in your slides? I'm trying to add slides to my videos and I"m struggling to synch them well with my explanations... Thank you!!
@vijayas4896
@vijayas4896 2 года назад
Very good simple, short and crisp...Not a developer but good for me..thanks
@CreateaProWebsite
@CreateaProWebsite 2 года назад
Glad you liked it!
@gilbertaquino145
@gilbertaquino145 Год назад
Thankyou... I've learned a lot about css..
@CreateaProWebsite
@CreateaProWebsite Год назад
Glad we could help!
@lb4660
@lb4660 Год назад
Great explanation simple not boring. CSS = Cascading Style Sheet. Cool 🖥️ Sounds fun 😊.
@CreateaProWebsite
@CreateaProWebsite Год назад
Glad you liked it! Thanks!
@aaronsaunders6974
@aaronsaunders6974 2 месяца назад
Cute presentation 😍
@maxicupcake
@maxicupcake 2 года назад
I would like to thank you for answering a question/s about such topics. I would not find a clear answer on google or somewhere else. Thank you!
@CreateaProWebsite
@CreateaProWebsite 2 года назад
You're very welcome!
@user-lm6go4om9n
@user-lm6go4om9n 9 месяцев назад
Nice job on video. Very informative.
@CreateaProWebsite
@CreateaProWebsite 9 месяцев назад
Thank you! Glad It Helped!
@bumbleb33nuar
@bumbleb33nuar 3 года назад
Thanks man!! 😘
@iot3136
@iot3136 2 года назад
This is an excellent educational video. 💕 🙏 Better than the University.
@CreateaProWebsite
@CreateaProWebsite 2 года назад
Wow, thank you!
@as7736
@as7736 2 года назад
Awesome, thanks heaps
@ravijangrax
@ravijangrax 4 года назад
Good Explaination Really appreciated 👍👍
@CreateaProWebsite
@CreateaProWebsite 4 года назад
Thank you! Glad you enjoyed it!
@thomaseubank1503
@thomaseubank1503 2 года назад
Thanks for the video
@developermonir
@developermonir 4 года назад
Waiting for a complete video
@AlainGuillot
@AlainGuillot 4 года назад
Thank you. If want to start learning about CSS, what's a good place to start? Also, can you explain HTML in another video? And Javascript?
@user-kq6hu4vj3x
@user-kq6hu4vj3x 3 года назад
Thank you man
@coglingjonie3360
@coglingjonie3360 2 года назад
Your amazing man thank you
@CreateaProWebsite
@CreateaProWebsite 2 года назад
Happy to help
@mikkimash
@mikkimash 4 года назад
OMG, a little off topic but YOUR EYES ARE SO BLUE!!!
@MrAnthonyKennedy1
@MrAnthonyKennedy1 2 года назад
THANK YOU!
@manojagnihotri4420
@manojagnihotri4420 2 года назад
Awesome
@TranquilNatureJourneys
@TranquilNatureJourneys 2 года назад
Nice 👍,
@kjanigaming8843
@kjanigaming8843 4 года назад
Hey, love your vids but i have a question, is it easier to create your own website( with coding) or with wordpress? Cause i want to make my own website or at least try to make my own website and i'm trying to code it cause i like coding, but it's difficult to learn css and html but i also don't want to spend any money and still have my own domain. I also want to make it look as perfect as possible. So what should i do?
@hashembeitvashahi405
@hashembeitvashahi405 4 года назад
thank you for the video , my question is what is your education degree and how did you learn all this?
@goldensoul8475
@goldensoul8475 4 года назад
Another informative video dale......and one question....which software do u use for making your videos like animation and graphics ???
@CreateaProWebsite
@CreateaProWebsite 4 года назад
Adobe After Effects 👍🏻
@buildsitego5810
@buildsitego5810 4 года назад
great stuff
@CreateaProWebsite
@CreateaProWebsite 4 года назад
Thank you!
@4amwaj
@4amwaj 4 года назад
so good
@zuhaibshahid5122
@zuhaibshahid5122 4 года назад
Bro you are the only one who can explain this.I had a customer on fiverr and he asked me how will social signals be delivered. I was totally blank and I lost my first ever client on fiverr. Please explain what is this😭😭
@elishaminter7228
@elishaminter7228 7 месяцев назад
This, this is what i just spent like 3 hours looking for....
@CreateaProWebsite
@CreateaProWebsite 7 месяцев назад
Well I am happy to help and glad you were able to get your answer! Cheers!
@shuvosaha3229
@shuvosaha3229 3 года назад
Thanks vai
@watchwhich5405
@watchwhich5405 4 года назад
hey, bro can you upload a video about an online booking website? ur, contact form tutorial really helps me but I want to learn about how the booking websites are work.
@TheBinaryIQ
@TheBinaryIQ 4 года назад
Great video. Make a video on how you make videos too. I really love your content delivery. I wish I could take my RU-vid channel to your level.
@katiepreston7672
@katiepreston7672 2 года назад
you should get a buzz cut!!! good vid
@davidlowe6940
@davidlowe6940 4 года назад
Quick question, I just built my first site using Wordpress from your video, Thanks. I am trying to find out how to build Wordpress offline? Do you you have any videos for that?
@vaibhavnagare7285
@vaibhavnagare7285 4 года назад
Please make video on seo and your tips and tricks and best extension please tell to others 😎💯💯
@ismailuygur5011
@ismailuygur5011 4 года назад
One queshion :) On your How-to-eCommerce you didn't show how to edit the checkout. How can I change the text at the checkout? :) Super videos! best regards - Ismail :)
@aaronblack735
@aaronblack735 4 года назад
how do you manage multiple wordpress web sites , how do you do it ?
@abdullahayub3116
@abdullahayub3116 4 года назад
Can you please made a one video on how to make a site with CSS, please
@dharmann675
@dharmann675 Год назад
w vid legend
@CreateaProWebsite
@CreateaProWebsite Год назад
Thanks
@cabdicade5030
@cabdicade5030 2 года назад
Thanks
@CreateaProWebsite
@CreateaProWebsite 2 года назад
No problem
@Ammarkoka
@Ammarkoka 4 года назад
Please make a full tutorial videos On Html5 and CSS3 please...!!! From Basic To advanced... 🔥💯
@michaelmeekness2625
@michaelmeekness2625 4 года назад
PLEASE SIR... I’ve always wanted to beg you for this but I don’t know if you do see all my comments on your videos, PLEASE CAN YOU MAKE A VIDEO ON HOW TO BUILD A CRYPTO-CURRENCY EXCHANGE WEBSITE or a smart contract website or an ico landing page website with Wordpress or something... PLEASE 🙏🏾
@InformationTechnology-er2wj
@InformationTechnology-er2wj 6 месяцев назад
cool
@firezerbizuwork8876
@firezerbizuwork8876 2 месяца назад
tnxs
@kashifahmed00
@kashifahmed00 4 года назад
👍
@user-un2qi4eo9n
@user-un2qi4eo9n 4 года назад
Holy shi* this was the most easy to understand video I've ever f-ing seen
@rocvideos7216
@rocvideos7216 4 года назад
I'm trying to learn css online but near giving up😪 .. Now just watching css videos @ stuff. What to do...
@apexyt7158
@apexyt7158 2 года назад
Here I am at a 3 minute video and i got a whole forbidden secret scroll jutsu imformation, thats a subcriber if ot I dont know what is.
@derartas
@derartas 4 года назад
Do i need to know all of those to make a professional website?
@CreateaProWebsite
@CreateaProWebsite 4 года назад
Absolutely not! Just click this link and watch my step-by-step tutorial (: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-hfglk7JsalM.html
@jeeaspirants-zq7co
@jeeaspirants-zq7co 7 месяцев назад
So in simple css is designing of website( style- font , background, )etc.
@TheGabydu7
@TheGabydu7 3 года назад
i wish i'd listen this video before -.-
@francisbabu2938
@francisbabu2938 3 года назад
i want to try
@thecricketmic3504
@thecricketmic3504 4 года назад
lol your eyes sync with the background
@alyahaikal-pk2rl
@alyahaikal-pk2rl 10 месяцев назад
damn those eyes
@henryho526
@henryho526 8 месяцев назад
What does AKA’s mean
@FernandezMusic
@FernandezMusic 2 года назад
I like your presentation. I give you an A. In contrast, the musical background gets a D minus. It is very annoying to have percussion accents throughout your presentation. It is simply distracting. Maybe you don't hear the background but there are many people who do. It would be best to have no background music. If you feel that you must have some then find music without percussion in it.
@jeroenvanrensen9505
@jeroenvanrensen9505 4 года назад
0:23 you forgot PHP
@tiaan_va
@tiaan_va 3 года назад
You don't NEED php for all websites. If you website doesn't require server operations or backend databases then you 100% do not need php for it. ALSO, Javascript can also be used for backend, cutting php completely out of the picture, so no, php is not one of the required building blocks for a website. Technically you can also get away without JS in some cases for basic websites.
@bschultz213
@bschultz213 6 месяцев назад
I still don't understand the importance of why I would want or benefit from having CSS at the front of my website. It only seems to complicated it more..
@parthomukherjee76
@parthomukherjee76 Месяц назад
How to acquire css skill
@kestonsmith1354
@kestonsmith1354 2 года назад
CSS is fking cancer. This is why I like working on the backend
@ParadoxPRIMITIVE
@ParadoxPRIMITIVE 2 года назад
tHerE iS OnlY 3 S'S in CSs why R u pUtting 3
@gheorghitacristea5750
@gheorghitacristea5750 4 года назад
This is not how it works, but how to use it. Confusion title IMO
@zendoc49
@zendoc49 Год назад
waste of time, unless of course you know everything in which case its wasted time.
Далее
CSS in 5 minutes
8:16
Просмотров 125 тыс.
CSS in 100 Seconds
2:20
Просмотров 554 тыс.
Top 10 CSS One Liners That Will Blow Your Mind
13:34
Просмотров 920 тыс.
Learn CSS in 20 Minutes
23:44
Просмотров 1,8 млн
Wordpress vs coding - why devs SHOULD learn Wordpress
11:03
10 CSS Pro Tips - Code this, NOT that!
9:39
Просмотров 2,1 млн
CSS Tips And Tricks I Wish I Knew Before
12:12
Просмотров 442 тыс.
EQUIPAMENTOS TOP ? #moto  #motopeças
0:13
Просмотров 19 млн
Эй Рамазан # DamirAgroDizel
0:17
Просмотров 7 млн