@@neeronb Ids suck. Use classes even if u r using them once
@SnakeTwix5 жыл бұрын
@@neeronb Yep, they functioning the same as classes. But since you can't use IDs again their usage becomes like, nothing. Even if you're using it only once, it doesn't mean that you won't need it again. Using classes everytime is a better idea, thzn using IDs. (Except forms)
@patrickt9755 жыл бұрын
@@SnakeTwix Well, in reality you will have allways some container around, and use it like .idontcarecontainer #myid { background..
@alfredoluengas57612 жыл бұрын
Your a life saver! I thought it was going to take me forever to wrap my head around this. Thanks 🙏
@bjmgraphics6173 жыл бұрын
The last one is like an Oriental rug. I can see a use for a gradient background showcasing wedding photos, a rock band website or even an RPG website like a Final Fantasy or Zelda showcase. Thanks
@kapa42085 жыл бұрын
Change your green screen background to repeating gradient.
@aleksd2865 жыл бұрын
You can also do something like linear-gradient(circle, rgb.....)
@charlieketchem2663 жыл бұрын
Good stuff, taught me about 2 gradient types I didn't know about. Very cool. 🙂
@abhishreymittal5 жыл бұрын
I am already watching one of the reasons I subscribed your channel a long time ago... Great work and also nice funny starting...😁
@MB-zj3er5 жыл бұрын
As a novice this was very interesting. Thank you for taking the time to make the video. I subbed to "pay" you back, I'll be checking out some of your other stuff.
@allluckyseven5 жыл бұрын
Just to clarify: The values after the colors, in pixels, percentages, etc. are the positions of the color stops, not the amount of that color.
@raggebatman5 жыл бұрын
That makes more sense, I thought it was a little weird when he said it was how much of the container it took up
@jckf5 жыл бұрын
Yeah the way he explains this makes it seem like he doesn't understand it himself
@sjn_5 жыл бұрын
Useful stuffs, I never actually thought of using gradients to create such. Thanks!
@fernandorochaolivera24045 жыл бұрын
Can't believe how much I can learn watching your videos. Thanks a lot bro, you're awesome.
@19Blackrobot965 жыл бұрын
Very Cool! I've tried conic gradients and my background is kind of hard to look at :D background: repeating-conic-gradient(at 111% -11%,transparent, white 0.02%, #bbbbbb 0.52%, #3a6d57 0.54%, #40bd96 1%, transparent 1.02%, transparent 1.7%), radial-gradient(at 100% 0%, #35a774 0%, #2a736f 100%) ;
@-TheOddity5 жыл бұрын
how in tf, that looks awesome
@elglact5 жыл бұрын
man i'm gonna make some animations with that, u mind?
@FirstPersonOnUtube4 жыл бұрын
In vscode, you can hit alt-z to make all the code wrap into view if it’s longer than the window.
@-ct-celcomtechniques25663 жыл бұрын
2:10 Got me ! That was actually funny :-D
@TheShouldersurfer5 жыл бұрын
Great work. I have a question. Does it effects web performance?
@andrewravenholm31705 жыл бұрын
I am currently learning how to do full stack coding and your channel is really cool
@FullStackMaster5 жыл бұрын
Excellent tips on css! Background with one property
@lewisone Жыл бұрын
Super cool explaination.
@mikul31225 жыл бұрын
A javascript function to spit out a randomized css line that follows this pattern would be cool.
@Diavolexxa975 жыл бұрын
Gorgeous!! Dreaming about having a teacher like this...
@morganbaker68945 жыл бұрын
Scottish developers are delighted... A great video, I was unaware of how powerful linear gradient could be
@variablemvp42885 жыл бұрын
How to get this in full page
@MohsenFarajYT5 жыл бұрын
this is what i call a great video :) thanks! i think you could use css in Qt so i think its use full even for app developing!
@angelmarie22815 жыл бұрын
I have that green linode tee shirt. I live in the same city their office is at and people confuse me for an employee.
@hypergavs125 жыл бұрын
Thanks for the first 2 minutes I learned a lot.. :D
@Philliprgarcia3 жыл бұрын
Awesome information here.
@VinceAggrippino3 жыл бұрын
11:13 "That value allows us to override..." It doesn't "override" anything. You're using the `background` shorthand property. _That_ value sets the `background-color` property while the rest of the parts you're using set the `background-image` property. I'm not sure if using a shorthand property counts as a single property.
@bojannikolovski72502 жыл бұрын
Hello. How to make a simple square repeating pattern with gradients?
@OmnivusMusic5 жыл бұрын
Love the music choice.
@xtunasil05 жыл бұрын
2:18 ok dude, you have just won my thumbs up so easily.... I hope that the rest of the video is as good as this joke was! :D
@dipsikhadutta64125 жыл бұрын
Videos on icons plz!!
@Charlie_9045 жыл бұрын
you should paint your neck green so we can floating head gary teaching us!
@jason-bacalla3 жыл бұрын
how to put background image with this??
@PaulMcCannWebBuilder5 жыл бұрын
You can simplify your code a bit - you can specify multiple color stops for adjacent colors that are the same. So: repeating-linear-gradient( 45deg, rgb(183, 0, 255) 0% 5%, transparent 5% 10% ); ... is equivalent to what you have on screen for the repeating-linear-gradient at 11:21. edit: double position color stops don't work in IE, Edge, : (
@garlar5 жыл бұрын
Of course it doesn't.
@namesare4fools4 жыл бұрын
MY GOD THIS IS GOOD
@michaelharings99135 жыл бұрын
Like the humor. You should do tutorials on vines. 5 second tutorials!
@chase24965 жыл бұрын
The self bashing after your fake ending convinced me to subscribe. I love goofy stuff like that for some reason :D Keep up the great work!a
@RommelCuneta975 жыл бұрын
Very interesting css property!
@willtubestilo4 жыл бұрын
¡Genial, muchísismas gracias por compartir :)!
@adityashinde38645 жыл бұрын
Please make more videos on CSS.
@j.almadhaji5 жыл бұрын
Awesome video .. thank you coach!
@masond48565 жыл бұрын
How does your page auto-reload?
@queenslurp20185 жыл бұрын
Live server. Basically any text editor has some plugin, or extension, or package that you can download and install and use for a live server. So everytime you save code or make a change in your project folder, the local server will refresh the page
@aidanwansbrough74955 жыл бұрын
That is brilliant, love that pattern :-)
@DawnChatman5 жыл бұрын
Love what they've done with gradients, wish I had a project where I could actually use them. By the way, what editor are you using?
@justinflowers93805 жыл бұрын
He is using Visual Studio Code
@DawnChatman5 жыл бұрын
@@justinflowers9380 Thanks!
@justinflowers93805 жыл бұрын
Np
@PaulMcCannWebBuilder5 жыл бұрын
You need to get a green turtle neck shirt, so it's just you're head floating on screen!
@babyyoda7564 жыл бұрын
haha LOL
@Deeeeeeeeeeeeeeeeeeeeeeeeez5 жыл бұрын
It was a good one, dude :D
@hulkmarcopolo5 жыл бұрын
What PC app do you use for the coding?
@hetiikzclan5 жыл бұрын
visual studio from microsoft
@jacquesduplessis61755 жыл бұрын
Haha, cool stuff. We'll just call you background: red; from now on then!
@bw29625 жыл бұрын
Are all these effects which you implementing bad for page speed?
@NikhilAdiga5 жыл бұрын
Really cool video!
@reallight_5 жыл бұрын
Im pretty new to coding so i need some help, everytime i try to make a code background: linear-gradient(red,blue) repeat - * - it automaticly makes it this, on save background: linear-gradient(red,blue), repeat - * -
@reallight_5 жыл бұрын
how do i turn this off
@yassinesafraoui45405 жыл бұрын
I guess using this and with the help of computer calculations we can make some designs that are done using SVG, will it affect performances of paint.
@passord1d4934 жыл бұрын
tnx you have help me
@maximoarauz81155 жыл бұрын
There's a video in your ad tho
@yassinesafraoui45405 жыл бұрын
you didn't talk about the radial gradient, as you said in the beginning of the video.
@Ghostfancoder5 жыл бұрын
Thank you sir!
@HuynhLuong2275 жыл бұрын
wow amazing, thank pro
@stefanolencina5 жыл бұрын
what kind of sl is this?
@georgeliss40155 жыл бұрын
a flying head? it's not Halloween, yet!! #Spooky
@TH44455 жыл бұрын
can i do half image and half color on %
@Arctect5 жыл бұрын
Awesome!!!
@randygean95315 жыл бұрын
What extension did you use for the color?
@yetanothr5 жыл бұрын
You mean for the rgb circle? None, it's default VS code feature. You have to hover over the color code and it shows up.
@nicoregules5 жыл бұрын
pro tip: tab each property inside each function so you don't end up with a endless line of characters
@sreyasc.v48025 жыл бұрын
How do you automatically refresh the page?
@bhupinderbhattarai2445 жыл бұрын
its live server extension in vscode
@SolidousMdz5 жыл бұрын
Really cool. That against an SVG or some other image type, what are the advantages? Can you animate that?
@laxsjo.2 жыл бұрын
It's mostly cool. It's purely CSS! At least I'm not aware of any real advantages.
@alexandros-markovits5 жыл бұрын
Wo, very very interesting :)
@lenseeing8295 жыл бұрын
what app is he using?
@maiz91535 жыл бұрын
What app are u using?
@temporalsavior13115 жыл бұрын
What kind of addon is he using to show all the changes in-live in Microsoft Visual Code?
@Draxen5 жыл бұрын
In VS code, look up live server :)
@netsaosa4973 Жыл бұрын
This is cool
@mourchidsoufian8995 жыл бұрын
How to create theme wordpress
@khushisaraswat89023 жыл бұрын
Will it work on notepad ++ also ??
@enchanted_games3 жыл бұрын
yeah but it's way easier in vs code
@charlieketchem2663 жыл бұрын
I thought that first part was funny af.😆
@anuraghazra47725 жыл бұрын
Your head is floating :D
@SuperMichael9965 жыл бұрын
What software are you using for editing css? (I see at 2:40 that you actually get a drop-down list, which is a thing that I most desire) Visual Studio apparently. Thanks , nobody!
@iclick56165 жыл бұрын
You can show php
@bigbrave24405 жыл бұрын
Ok here is a dumb question for you not for me. Ok, so im a 26 years old just into the world of programming and coding. I want to learn front end developer because it seem the easiest compare to the other jobs but i know when i get to the use of this i could study the for back end developer i really want to be a full stack developer or maybe software engineer( there are couple of ppl on youtube that dont have college degree and they are software engineer). As for now i have to start front end developer. Here is what i know i need to learn HTML, CSS, JAVASCRIPT, a FRAMEWORK(there are three angular, react, i forgot the one name), SASS, JAVASCRIPT LIBRARY, COMMAND LINE(idk what that is), WORDPRESS, IMAGE EDITOR, WIREFRAME TOOLS, MODULE LOADING/BUNDLING TOOLS PROJECTS. Is there anything thatbim missing before i start learning? P.s i found couple of websites to learn, to practice from beginner to advance, and questions what they ask you in interview. Im organizing so i could study correctly. As well, when im comfortable with my knowledge ill ask for an internship
@MarshallSC15 жыл бұрын
Just join the "Free Code Camp" and do the curriculum. It will guide you and teach you everything about FrontEnd from start to finish. learn.freecodecamp.org/
@prince98165 жыл бұрын
Super Bro
@gautamsjain4 жыл бұрын
2:02 Can't blame you for forgetting the body. You don't have one in this video.
@nummerzeven70315 жыл бұрын
Why do you want this if you can make/choose other backgrounds :)
@M36-v9l4 жыл бұрын
In fact, it is just CSS function~~
@Omniwoof3 жыл бұрын
It was funny!
@TheGeekosDen5 жыл бұрын
you need to fix your camera angles, as a film maker, my eyes hurt. Other than that, good video as always!
@ТюзМайский5 жыл бұрын
not bad
@CristianAlexandruRadu5 жыл бұрын
great 🙃
@TheShawn_v3 жыл бұрын
2:20😂😂😂😂😂
@ilhamsa015 жыл бұрын
wow.. i recently know
@weshuiz13255 жыл бұрын
do me a favor and keep those jokes in it's something else this time :D
@decayd53055 жыл бұрын
Are you wearing green t shirt?
@priyammascharak84005 жыл бұрын
That got real confusing real fast
@rohansuggala25405 жыл бұрын
first! great video
@Horoe4 жыл бұрын
I find this mildly interesting but other videos are.
@frat88535 жыл бұрын
Actually, that was funny
@iamalittler5 жыл бұрын
Bro, your head is ready too low in the centre.
@qwerty91185 жыл бұрын
"boring little checkered pattern" me: :(
@MightyIndians5 жыл бұрын
You pretty much looks like Bear Grills!!
@spectralquill18105 жыл бұрын
Man its really hard to create complex css backgrounds
@MightyIndians5 жыл бұрын
Someone please write the whole background property from the video to copy