Skip to content

Latest commit

 

History

History
125 lines (74 loc) · 4.72 KB

File metadata and controls

125 lines (74 loc) · 4.72 KB
author handle source date likes retweets replies
Ajay Yadav 🎯
@ATechAjay
December 3, 2021 9:54 AM
12
11
2

ATechAjay Ajay Yadav 🎯 (@ATechAjay) - December 3, 2021 9:54 AM

💚Day 1️⃣7️⃣ / 1️⃣ 0️⃣0️⃣ days of Master in CSS Design series!

💥Today we going to design a text or any object like neon or glowing design.

❓What is the main logic behind it?

✅ In 2 steps!!

#100DaysOfCode
[#webdev elopment](https://twitter.com/hashtag/webdevelopment)
#CodeNewbie
#webdev

Let me explain👇🧵 pic.twitter.com/MiRoOhhx1S

Tweet link


ATechAjay Ajay Yadav 🎯 (@ATechAjay) - December 3, 2021 9:54 AM

💚 You can check out all the awesome design series from here.👇

twitter.com/i/moment_maker…

Tweet link


ATechAjay Ajay Yadav 🎯 (@ATechAjay) - December 3, 2021 9:54 AM

⛔ If you want to add a glow or neon effect on a box, then you have to use the "box-shadow" property.

⛔But if you want to add a neon effect on a text then have to use the "text-shadow" property.

✅ In my case, I'm designing font awesome icons, which means all icons are text.

Tweet link


ATechAjay Ajay Yadav 🎯 (@ATechAjay) - December 3, 2021 9:54 AM

Syntax:

📌 text-shadow : x - offset || y - offset || blur value || color

📌 box-shadow : x - offset || y - offset || blur value || color

Tweet link


ATechAjay Ajay Yadav 🎯 (@ATechAjay) - December 3, 2021 9:54 AM

1️⃣ First of all, we have to design white glowing effects to the outer edge of the icon.

👇 pic.twitter.com/NPtkbh9QyO

3_1466643943198625795

Tweet link


ATechAjay Ajay Yadav 🎯 (@ATechAjay) - December 3, 2021 9:54 AM

✅ To design like this effect we could increase the blur values of the text-shadow.

👇 pic.twitter.com/Mg5lK3Zomp

3_1466644416295104515

Tweet link


ATechAjay Ajay Yadav 🎯 (@ATechAjay) - December 3, 2021 9:54 AM

2️⃣ After that, we can add the same values with different colors for this blue effect. pic.twitter.com/3dmNEhizaJ

3_1466645032379711488

Tweet link


ATechAjay Ajay Yadav 🎯 (@ATechAjay) - December 3, 2021 9:54 AM

✅ To design like this effect we could increase the blur values with different colors of the text-shadow.

👇 pic.twitter.com/IOnNw2Akn7

3_1466646155664625664

Tweet link


ATechAjay Ajay Yadav 🎯 (@ATechAjay) - December 3, 2021 9:54 AM

codepen: codepen.io/atechajay/pen/…

Tweet link