Create a neon button with a reflection using CSS

preview_player
Показать описание
A look at creating a neon button effect using CSS, including a glowing reflection on the "ground", and a little dive into the world of performance as well.

⌚ Timestamps
00:00 - Introduction
00:50 - What we're starting with
01:20 - Styling the button
03:54 - Adding the glow to the text
06:20 - Adding the glow to the button
07:39 - Adding the reflection
13:42 - Adding the hover/focus styles
#css

--

Come hang out with other dev's in my Discord Community

---

Keep up to date with everything I'm up to

---

Help support my channel

---


---

I'm on some other places on the internet too!

If you'd like a behind the scenes and previews of what's coming up on my YouTube channel, make sure to follow me on Instagram and Twitter.


---

And whatever you do, don't forget to keep on making your corner of the internet just a little bit more awesome!
Рекомендации по теме
Комментарии
Автор

That is hands down the coolest button I’ve ever seen. I’m gonna build it just so I can click it.

dave
Автор

12:35 The moment the blur kicks in... 🤩😍

black_platypus
Автор

I am a python developer and have never paid much attention to css, now this channel has got me hooked to css!

pratik_chuckles
Автор

no one:
Kevin: this looks like comic sans, this will look good

AJD...
Автор

CEO of big Company: "Why did you move the button to the left?"
Kevin: "Oh my head was just in the way"
CEO: "Your- what?"

KXBeats
Автор

I'm designing a tribute page for my tutors and you're one of them, KP. Thank you for helping me in my self taught journey ✌🏾

nallawilljr.
Автор

A beginner learning web dev here. I’d like to extend a huge thank you, Kevin, this video made me understand the power of css like no other. Amazing content

nou
Автор

I've used this button on some of my personal projects(mostly just practicing my HTML and CSS skills) and it's amazing I love it, also even though i don't like css that much you've truly helped me like it just a bit more. Thanks Kevin!

Somebody-tbum
Автор

This is an awesome effect - but how you demystify css with step-by-step coding and explanations for every line is even more awesome. Who knew css could be soooo simple? 😉

JoolsParker
Автор

I learned everything I know in css from you, but I'd dedicated all my time to react and learning the required technologies over the past year to be a full-time frontend developer and I did it! now I'm back to your channel again to learn more stuff in css and god you are such a great teacher, I just enjoy watching your videos. I want to thank you for all your great content since you and your videos made me even consider the path I'm on now! thank you :)

yaldakarimi
Автор

12:38 i literally gasped when you applied blur here. the result looks so good.

this video has convinced me to buy “css: the definite guide”. it’s time to stop neglecting css. it is important and every dev should be good at it.

ufufu
Автор

Amazing neon effect and also code was well explained!

AbdullahAli-rgug
Автор

Recently hired as a web designer (3 months ago) this is my favorite channel hands down for CSS. You are the man Kevin! And your channel played a vital role in me switching careers and going into web design/development. Thank you!

jd
Автор

Freakin awesome Kevin, it's that reflection on the "ground" that does it, makes me alll warm and fuzzy, I have an urge to make an entirely retro neon themed website for absolutely no reason now. So cool! Thanks!!

xbitbybit
Автор

I'm going to make my little corner of the internet a little bit more neon!

zachjensz
Автор

I love the feeling of excitement I felt (which only fellow CSS nerds will understand haha) when you applied filter blur and that reflective glow appeared. So cool! :)

jessejburton
Автор

Thank you very much for this!

Since the button is getting brighter when hovering, I also added the following to .neon-button:hover to add more perceived light to the scene. Might be a touch too much, but you can adjust as you see fit.
```
transform: perspective(1em) rotateX(40deg) scale(1.3, 0.5);
```

PiotrG
Автор

What a good video. Straight to the point, not confusing, and you’re really entertaining to listen to. This helped so much

KnightEdits
Автор

If anyone cant learn from this video, don't mean to give it dislike, just to know how difficult is CSS, imagine to explain to the others, this guy got my attention, subscribe and likes in some other videos.

ErvisHysiDev
Автор

That's a super nice button. Very helpful video!

EthanBMusic