Mahesh ALN πŸ‘½ Profile picture
Coming Back.... πŸ”™
Jan 9, 2022 β€’ 7 tweets β€’ 2 min read
If you don't know "How CSS Works",

because of this sometimes it feels like Black Magic πŸͺ„

That's why I'm constantly creating content to simplify complex CSS topics. 🀞

Here is my top creation of 2022 πŸ‘‡πŸ§΅ 1️⃣ Positioning in CSS

Jan 8, 2022 β€’ 16 tweets β€’ 3 min read
How Positioning works in CSS 🧐

β—Ό static
β—Ό relative
β—Ό absolute
β—Ό fixed
β—Ό sticky

Thread 🧡 Positioning is one of the core concepts of CSS.

It isn’t as easy as it seems.

I think you must have encountered certain things like navbar or sidebar.

We scroll the webpage but they don't move from their position.
Dec 8, 2021 β€’ 16 tweets β€’ 4 min read
π˜Ύπ™Žπ™Ž π™Žπ™šπ™‘π™šπ™˜π™©π™€π™§π™¨ 𝙂π™ͺπ™žπ™™π™š βœ…πŸ’™

βœ” Universal Selector
βœ” Class selector
βœ” Type selector
βœ” ID selector
βœ” Attribute selector

Many More...

π“π‘π«πžπšπ 🧡 π™ƒπ™šπ™‘π™‘π™€ π™—π™šπ™–π™ͺπ™©π™žπ™›π™ͺ𝙑 𝙃π™ͺ𝙒𝙖𝙣𝙨 πŸ‘‹

In this thread, we are going to cover basic CSS selectors with code examples.

Let's start πŸš€
Dec 5, 2021 β€’ 21 tweets β€’ 3 min read
I wasted 2 months in tutorial hellπŸ˜–πŸ˜«

But WTF is Tutorial Hell? πŸ€·β€β™€οΈ

How to escape it?πŸ™„

Thread πŸ§΅πŸ‘‡ As I started learning to code, I was stuck in tutorial hell. It felt like, I am learning a lot of the stuff.

I have mastered CSS and JS.
Dec 4, 2021 β€’ 13 tweets β€’ 3 min read
When you read CSS code and find some weird code like :

-webkit-,
-moz-,
-o-,
-ms-

Let's understand about themβš‘πŸ‘‡ What we're going to cover:-

β—Ό What is the vendor prefix.
β—Ό Prefixes used by major browsers
β—Ό Why we Use?
β—Ό property supported by browsers or not
β—Ό How we can use vendor prefixes?
β—Ό automate the vendor prefix writing
Dec 3, 2021 β€’ 11 tweets β€’ 3 min read
Level up your CSS With These Generators and tools✨

threadπŸ§΅πŸ‘‡ Image 1️⃣ This is the best generator to design your next project grid layout visually.

Copy the CSS code directly.
grid.layoutit.com
Dec 2, 2021 β€’ 10 tweets β€’ 3 min read
CSS resources that always save my life πŸ˜…πŸš€

Thread πŸ‘‡ This thread is just a collection of resources that I use in my day-to-day work.

πŸ‘‡πŸ˜‰
Oct 22, 2021 β€’ 10 tweets β€’ 3 min read
Cheat Sheets that always save my time during development πŸš€

Thread πŸ‘‡ 1️ HTML cheatsheet -
htmlcheatsheet.com
Oct 21, 2021 β€’ 21 tweets β€’ 5 min read
Confused between boxes and box model πŸ™„πŸ€”

π˜‰π˜°π˜Ήπ˜¦π˜΄ - π˜‰π˜°π˜Ήπ˜¦π˜΄ 𝘳𝘦𝘀𝘡𝘒𝘯𝘨𝘢𝘭𝘒𝘳 π˜‰π˜°π˜Ήπ˜¦π˜΄ 𝘌𝘷𝘦𝘳𝘺𝘸𝘩𝘦𝘳𝘦 πŸ€·β€β™‚οΈπŸ˜…

Let's learn the most important concept 𝑩𝒐𝒙 𝑴𝒐𝒅𝒆𝒍 π’Šπ’ π‘ͺ𝑺𝑺.

Thread πŸ‘‡ Image The first thing you need to understand is that,

Everything displayed is just a box.

Everything you see on a web page is made up of rectangles boxes.
Oct 8, 2021 β€’ 15 tweets β€’ 3 min read
Confused About rem and em units in CSS?

Which is better to use in CSS πŸ™„

Let's understand both units ✨

threadπŸ§΅πŸ‘‡ em and rem both are known as relative units in CSS.

You've probably been using em and rem units now for a while already,

but still, you might be confused about which unit is best in which scenario.
Oct 6, 2021 β€’ 10 tweets β€’ 3 min read
Total 1k Views, 100+ reactions, and 30 comments on my first blog from various platforms. 😎😍

5 things I learned during the creation of that article.

threadπŸ§΅πŸ‘‡ 1️⃣ Research before write:-

I chose gradient because I use gradient a lot in my CSS art creation and,

I noticed there are not many well-detailed blogs available on the internet.

So I decided to go with it 🀠
Oct 2, 2021 β€’ 29 tweets β€’ 8 min read
Are you using solid color background?πŸ™„

Let's upgrade it with beautiful CSS gradients ✨

Mega threadπŸ§΅πŸ‘‡ 1️⃣ What is the gradient?

CSS gradient allows you to create anything from a smooth gradient between two colors, right up to impressive mixing and multiple gradients.

Gradient makes the background more attractive than a solid color.
Oct 2, 2021 β€’ 20 tweets β€’ 6 min read
Are you using solid color background?πŸ™„

Let's upgrade it with beautiful CSS gradients ✨

Mega threadπŸ§΅πŸ‘‡ 1️⃣ What is the gradient?

CSS gradient allows you to create anything from a smooth gradient between two colors, right up to impressive mixing and multiple gradients.

Gradient makes the background more attractive than a solid color.
Sep 30, 2021 β€’ 17 tweets β€’ 3 min read
We're shifting on web 3.0 or you are still using Div element all along.πŸ™„

That's not fairπŸ€¦β€β™‚οΈπŸ€·β€β™‚οΈ

Let's upgrade Div with Semantic tags. πŸ€―βœ”

threadπŸ§΅πŸ‘‡ Image 1️⃣ Wtf is Semantic?

Semantics refers to the meaning of a piece of code:-

"what purpose or role does that HTML element have".

The semantic element itself conveys some information about the type of content contained between the opening and closing tags.

1/3
Sep 29, 2021 β€’ 7 tweets β€’ 2 min read
Best CSS animation libraries for Web Developers✨

threadπŸ§΅πŸ‘‡ 1️⃣ animate - This is a cross-browser library of CSS animations.

It’s extremely easy to use and helps you create beautiful CSS animations for web projects.

animate.style
Aug 28, 2021 β€’ 9 tweets β€’ 2 min read
Are You a Frontend Developer?

Or want to boost your frontend skills?

Here are 6 awesome websites to boost your Frontend skills.

Thread 🧡 1. frontendmentor - Solve real-world HTML, CSS, and JavaScript challenges whilst working on professional designs. one of the best website to get inspiration for your next projoct.

frontendmentor.io