Common CSS properties and how they work

  Рет қаралды 26,311

Engineer Man

Engineer Man

Күн бұрын

It doesn't take that many properties to style your site really nice. These roughly 20 properties should be a good foundation to build anything you want.
Previous video on HTML tags: • Common HTML tags and w...
Hope you enjoyed the video!
Check out this code here:
github.com/engineer-man/youtu...
Join my Discord server to chat with me:
/ discord
Check out some code on my GitHub:
github.com/realtux
github.com/engineer-man/youtube
Come visit us on Reddit:
/ engineerman
Other Social:
/ _engineerman
/ engineermanyt

Пікірлер: 65
@Jeevanmn
@Jeevanmn 2 жыл бұрын
This is actually the most complete yet compact course in html css on the whole internet!
@kajautus
@kajautus 2 жыл бұрын
And it took like 10min.
@patrique.taletoria
@patrique.taletoria 2 жыл бұрын
Thank you so much. A lot of some youtubers who explained this, won't get to the point. Some even take hours trying to cover what you did here in 12 mins. For the hours and mins and secs that you have saved me, thank you sooo much.
@perrymathias
@perrymathias 3 жыл бұрын
i'm glad chase had an absolute and fixed position. cute dog. thanks man!
@LifelessNerd
@LifelessNerd 3 жыл бұрын
Pumped for the next video recreating pages!
@AJonVolk
@AJonVolk 2 жыл бұрын
I love your short concise style of covering syntax, it's refreshing and so much more efficient than other KZbin video's, I hope my comment helps the algorithm :p
@njafros8
@njafros8 2 жыл бұрын
Bro Ive watched so many videos on the subject you're the only one who took the time to explain the basics... Awesome stuff man much apreciated !
@EngineerMan
@EngineerMan 2 жыл бұрын
You're welcome :)
@hughrees-beaumont9433
@hughrees-beaumont9433 Жыл бұрын
This is head and shoulders the best HTML/CSS video I've seen anywhere; it answered pretty much every question I've ever had so I'm extremely grateful to you
@hadireg
@hadireg 2 жыл бұрын
Great way of putting things and explanation structure! Thank You!
@datpmf
@datpmf Жыл бұрын
Like a breath of fresh air. Fundamentals are important!
@mardarg3
@mardarg3 3 жыл бұрын
Best CSS explanation! Thank you!
@3llo0H
@3llo0H 3 жыл бұрын
thanks for the video! exactly what I was looking for
@skootdiggity1301
@skootdiggity1301 3 жыл бұрын
#whatsgoinonjineers
@danield.7359
@danield.7359 3 жыл бұрын
great and simple to understand explanation. I missed "float" though.
@EngineerMan
@EngineerMan 3 жыл бұрын
I ended up cutting float out at the editing process because I wasn't satisfied how I explained it. I'll be sure to cover it in a future HTML/CSS video (there's still a couple more to go).
@TrevorWilliams215
@TrevorWilliams215 3 жыл бұрын
This is wonderful. Finally someone explains this nicely enough with the right visuals to make it click. I have struggled with CSS for so long and gave up because when I try to experiment with it, nothing changes on the webpage or it breaks something unrelated. CSS debugging tools are no help and I'm left to google stuff and watch videos in accents I can barely comprehend. Thank you for doing this and I can't wait to see you break down and recreate websites from scratch. Someone needs to make that a series of videos if that doesn't already exist.
@khalifaigbin5013
@khalifaigbin5013 Жыл бұрын
This really helped, thank you.
@closertothecosmos3519
@closertothecosmos3519 3 жыл бұрын
subbed bcz this helped and finding you was difficult
@pja1991
@pja1991 3 жыл бұрын
Thank you for sharing this.
@danesmith7774
@danesmith7774 3 жыл бұрын
I've recently been building my own site - for fun mostly. I've used Bootstrap to handle the styling, do you always write custom css for your projects or do you use pre-built libraries?
@EngineerMan
@EngineerMan 3 жыл бұрын
In 2020 for any non-trivial project I'll use a CSS framework. Typically Bootstrap, Foundation, or Material Components for Web.
@aayanpathan5124
@aayanpathan5124 2 жыл бұрын
I am struggling learn web Development 2 years i see recommendations in feed i glad youtube algorithm thanks enginner man
@spy4303
@spy4303 3 жыл бұрын
Why are you so underrated, man??
@noweare1
@noweare1 Жыл бұрын
It takes years to be an overnight sensation.
@Fytrzaczek21
@Fytrzaczek21 2 жыл бұрын
2137? He used the funny number! Pope JP2 loves you!
@MrGustavCR
@MrGustavCR 2 жыл бұрын
@Engineer Man Thank you for a great tutorial. Question: How come you prepend the main.css stylesheet with a forward slash when you link to it inside the index.html? I can reproduce the tutorial sample webpage when not prepending this file with a "/". I use the same folder structure as well.
@EngineerMan
@EngineerMan 2 жыл бұрын
On a URL that is just "/" it doesn't matter if you do "/main.css" or "main.css". However, if you were on a URL that was like "/users/login" and you put "main.css" it would try to request that from the URL "/users/login/main.css" which wouldn't exist. Generally speaking you want to express URLs as the full path including the "/" in the beginning.
@michaelvilain8457
@michaelvilain8457 3 жыл бұрын
Thanks for explaining the difference between padding and margin. Those always confused me.
@zigginzag584
@zigginzag584 3 жыл бұрын
Must be something in the air, I was right in the middle of making a new local site just to make listening to music and going through my files a bit more enjoyable.
@Venom-ne4ox
@Venom-ne4ox 3 жыл бұрын
Great, Thanks a lot!
@kavishkasulakshana9848
@kavishkasulakshana9848 3 жыл бұрын
thank you so much 👍
@futbolplayer913
@futbolplayer913 3 жыл бұрын
Thank you so much! Great overview! If I want a footer on my web page, what do you reccomend? If the page content is short then the footer will look out of place. Any reccomendations welcome
@danield.7359
@danield.7359 3 жыл бұрын
The "fixed" position property ("position: fixed;") could help as it makes the item stay in the same position within a view-port regardless of the view-port's size and regardless if scrolling.
@futbolplayer913
@futbolplayer913 3 жыл бұрын
@@danield.7359 A fixed footer behaves similar to the accept cookies notifications on sites. Do you recommend I have it as relative and switch to fixed if the height is too small?
@septim2315
@septim2315 3 жыл бұрын
Why not use absolute positioning? Put it at the end of the uppermost parent or before then position it absolute with bottom: 0
@danield.7359
@danield.7359 3 жыл бұрын
@@futbolplayer913 try the solution of Septim if you like it to stay at the bottom of the document. Means, if you scroll up (say the document is longer than the view port) it will disappear. Otherwise with the fixed position it may indeed behave like the (bugging) EU cookie notification.
@futbolplayer913
@futbolplayer913 3 жыл бұрын
@@septim2315 Perfect. Thank you
@swapnilshinde9868
@swapnilshinde9868 3 жыл бұрын
Can python make search bot program to look website to buy chipset available stuff?
@Demodude123
@Demodude123 3 жыл бұрын
This is great, but how does one center a div?
@buddy.abc123
@buddy.abc123 3 жыл бұрын
I google it everytime, I still don't know. CSS is the hardest part of a dev's job
@o156GTA
@o156GTA 3 жыл бұрын
Make a class for the div and use "margin: auto;" and give it a width below 100% or it won't do anything.
@septim2315
@septim2315 3 жыл бұрын
If you can use flexbox for parent, use that + justify-content and align-items. If not use the margin method
@o156GTA
@o156GTA 3 жыл бұрын
@@septim2315 Flexbox is very useful but I feel it needs a video of it's own.
@Erynnin
@Erynnin 3 жыл бұрын
For Canadians, the title Engineer is regulated and reserved for licensed individuals. With that in mind and seeing a video about CSS, well... Is that Engineering?
@EngineerMan
@EngineerMan 3 жыл бұрын
Maybe engineering with a lowercase e.
@a.a.aa.a.a9756
@a.a.aa.a.a9756 3 жыл бұрын
why when I open a new document and I click on enter it's not ganging to google ??
@maycherryblossoms
@maycherryblossoms 3 жыл бұрын
How do you configure Atom to auto refresh your browser like that?
@EngineerMan
@EngineerMan 3 жыл бұрын
It's not Atom that does that, it's the npm package live-server.
@usingvancedplzdontban1128
@usingvancedplzdontban1128 3 жыл бұрын
Doesn't your Atom get high CPU usage problems? Mine spikes up to 100% for no good reason erratically. Thinking of ditching Atom.
@EngineerMan
@EngineerMan 3 жыл бұрын
The only time I have high CPU issues with Atom is when I'm working on very large files. However, I suspect this would be a problem with most graphical editors.
@usingvancedplzdontban1128
@usingvancedplzdontban1128 3 жыл бұрын
@@EngineerMan unfortunately it happens much more frequently in Atom than VS Code for me. Even a simple Hello World Python script in Atom sometimes volcanoes my CPU to a constant 100% CPU usage, fans ablaze and all; ultimately crashing my PC. Anyway, good to hear you're not facing that problem.
@pja1991
@pja1991 3 жыл бұрын
What is the IDE you are using?
@braydenhouston
@braydenhouston 3 жыл бұрын
He is using the Atom Text Editor atom.io/
@pja1991
@pja1991 3 жыл бұрын
@@braydenhouston Thank you.
@ukeshrestha
@ukeshrestha 3 жыл бұрын
Cool
@resumidor.
@resumidor. 3 жыл бұрын
Open the firmware of mi band 4 ? How much costo to you make it?
Building HTML/CSS Fragments From Scratch
15:04
Engineer Man
Рет қаралды 15 М.
Top 10 CSS One Liners That Will Blow Your Mind
13:34
developedbyed
Рет қаралды 910 М.
Khóa ly biệt
01:00
Đào Nguyễn Ánh - Hữu Hưng
Рет қаралды 19 МЛН
Final muy inesperado 🥹
00:48
Juan De Dios Pantoja
Рет қаралды 18 МЛН
Learn Every CSS Selector In 20 Minutes
19:38
Web Dev Simplified
Рет қаралды 438 М.
Common HTML tags and what they are for (HTML/CSS Basics)
11:24
Engineer Man
Рет қаралды 40 М.
CSS Tips And Tricks I Wish I Knew Before
12:12
Lama Dev
Рет қаралды 434 М.
How To Overcome Failure & Learn From Your Mistakes - Jordan Peterson
9:19
Powerful Motivational
Рет қаралды 78 М.
How To Host a Website At Home For Free
7:50
Engineer Man
Рет қаралды 88 М.
Using CSS custom properties like this is a waste
16:12
Kevin Powell
Рет қаралды 159 М.
5 super useful CSS properties that don't get enough attention
16:23
Kevin Powell
Рет қаралды 141 М.
10 CSS Pro Tips - Code this, NOT that!
9:39
Fireship
Рет қаралды 2,1 МЛН
Understanding Fork Bombs in 5 Minutes or Less
5:55
Engineer Man
Рет қаралды 166 М.
Difficult Programming Concepts Explained
11:13
Engineer Man
Рет қаралды 68 М.
Нашел еще 70+ нововведений в iOS 18!
11:04
Мечта Каждого Геймера
0:59
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 1,6 МЛН
Урна с айфонами!
0:30
По ту сторону Гугла
Рет қаралды 7 МЛН
Как работает автопилот на Lixiang L9 Max
0:34
Семен Ефимов
Рет қаралды 18 М.
Samsung Galaxy 🔥 #shorts  #trending #youtubeshorts  #shortvideo ujjawal4u
0:10
Ujjawal4u. 120k Views . 4 hours ago
Рет қаралды 4,9 МЛН
WWDC 2024 - June 10 | Apple
1:43:37
Apple
Рет қаралды 10 МЛН