This guy : *Spends 7 minutes explaining how to write the code to get that glowing border* Me who just downloaded this video : "I'm 4 parallel universe ahead of you"
@TechieCoder3 жыл бұрын
🤣🤣🤣🤣
@CodeAtUsman2 жыл бұрын
:)
@Liku1082 жыл бұрын
Class me space kyun rahata he
@ShubhamKumar-vg3nz2 жыл бұрын
@@Liku108 Space is there to mention multiple classes, in this code block and glow are 2 different classes
@nuveon8125 Жыл бұрын
hahaha same to me my friend!!
@itsalucky3 жыл бұрын
Can u send link with sourse code?
@enemyunknown34452 ай бұрын
Nice... 🎉🎉🎉🎉🎉
@ZeroMinus652 Жыл бұрын
Thank You For This Tutorial ❤
@kilashrao85813 жыл бұрын
Very interesting 👍🏻
@TopTierTales-ux4se11 ай бұрын
This is awesome.
@iamwaver2 жыл бұрын
NGL it looks like M1 chip. 🤣🤣
@wojackcodes7 ай бұрын
Facts, and now, this also looks like Siri with Apple Intelligence
@sol____-_-4 ай бұрын
Nice.
@wojackcodes7 ай бұрын
This worked for me, thanks! 🎉
@besmilling69355 ай бұрын
Sir plz say true
@wojackcodes5 ай бұрын
@@besmilling6935 true.
@juliobascunan4947 Жыл бұрын
amazing
@mohdhusain-kn9ns Жыл бұрын
nice
@NoahThul3 жыл бұрын
really cool!
@ECprogram.3 жыл бұрын
Thank i follow you
@badassaman55284 жыл бұрын
can i get a download link?
@pathfindertogami2 жыл бұрын
why
@Ecocyborg8 ай бұрын
Can we make it in c# ? 😊
@ersantoli3 жыл бұрын
LIKE IT
@sylenthmen5 ай бұрын
gran tutorial :3
@FLEX_DAISHI2 жыл бұрын
Mostafa 3rfk kadwr hnaya
@55ruturajpatil66 Жыл бұрын
Will it work for white backgrounds
@wojackcodes7 ай бұрын
worked for me with white background
@cherrycrissycris Жыл бұрын
I can't figure out why the color isn't showing up when I tried this. I'm new to CSS, but I've checked over my code and it matches. All I can see is a black gradient box which I knew how to do already.
@headshotbhaiya8721 Жыл бұрын
I have also same problem
@addrish54086 ай бұрын
Same here
@Alance13 жыл бұрын
Can you provide code link please...
@MetapeterUndMetagreta2 жыл бұрын
in a textfile named: "rrrainbooow.css" you put: body { background-color: #000; } div { position: relative; margin: 250px auto; width: 500px; height: 500px; background: #000; } div:before, div:after { content: ''; position: absolute; left: -2px; top: -2px; background: linear-gradient(45deg, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000, #ffff00); background-size: 400%; width: calc(100% + 4px); height: calc(100% + 4px); z-index: -1; animation: mooove 10s linear infinite; } @keyframes mooove { 0% { background-position: 0 0; } 100% { background-position: 400% 0; } } div:after { filter: blur(50px); } in an html file in the same folder with name "icouldntcareless.html" you put:
@yooslayer66142 жыл бұрын
how to make mutliple boxes of this type?
@Arno_Saks2 жыл бұрын
ctrl + c ctrl + v
@shortyshorty97622 жыл бұрын
ok I'm late but it's really a great tutorial. Thank you very much for that.
@armanmalik2908 Жыл бұрын
Bhai Apne ek he div banaya jiski class name.BLOCK GLOW. defined kia lekin CSS k andar Apne poora nam nahi likha Blocks Alag aur glow alag rakah css aplyy karne k liye Bhai thoda bta do ye kya funda h
@nilayhirpara558 Жыл бұрын
Because block and glow are two different class. We can write multiple class in html by keeping space between two words.
@armanmalik2908 Жыл бұрын
Samajh gya bhai, thanks
@domo_d3su2 жыл бұрын
Mines doesn't move somehow Update after 2 mins Just on animation animate 20s it wa 20% before
@sunilraya114111 ай бұрын
Mines not working any help??
@wojackcodes7 ай бұрын
@@sunilraya1141 DM me, happy to help
@srinithi95103 ай бұрын
Say and give in tamil how to create in border light effect bacic till advanced
@dev.sandeepkumar4 жыл бұрын
::Thumbs up & ::Rocket Emoji
@ahmedmdtofail2 жыл бұрын
code doesnt work
@wojackcodes7 ай бұрын
it worked for me recently
@HarshaBHerath2 жыл бұрын
😍
@dallaslang17374 жыл бұрын
Thanks for this it's really Cool !
@jacklin14893 жыл бұрын
can i get your code?
@agustinantunez5985 ай бұрын
HELLO, COULD YOU SHARE THE CSS,...PLEASE?
@parampatel28032 жыл бұрын
Hey! We would really like to see this kind of video but can you please upload its code so that it can be easy for us.
@MetapeterUndMetagreta2 жыл бұрын
in a textfile named: "rrrainbooow.css" you put: body { background-color: #000; } div { position: relative; margin: 250px auto; width: 500px; height: 500px; background: #000; } div:before, div:after { content: ''; position: absolute; left: -2px; top: -2px; background: linear-gradient(45deg, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000, #ffff00); background-size: 400%; width: calc(100% + 4px); height: calc(100% + 4px); z-index: -1; animation: mooove 10s linear infinite; } @keyframes mooove { 0% { background-position: 0 0; } 100% { background-position: 400% 0; } } div:after { filter: blur(50px); } in an html file in the same folder with name "icouldntcareless.html" you put:
@wojackcodes7 ай бұрын
just follow along the video, it's not that hard, it worked for me
@worriorgamer14132 жыл бұрын
How to use this? Any tutorial?
@wojackcodes7 ай бұрын
this video is a tutorial video...
@The_Stone_ZoneАй бұрын
can i get source code
@besmilling69355 ай бұрын
Sir code is not working If not working then why are u beeing uploaded
@_editz_dk_ Жыл бұрын
Bro pls. Send me sorce code 😅
@barnabuswizardspook3 жыл бұрын
bro O_O
@amareswararao5414Ай бұрын
code not clear in video
@issidork4 ай бұрын
This code is not working 😢😢
@Sammysapphira4 ай бұрын
Try actually learning how to code hopefully that helps