Filter
Exclude
Time range
-
Near
28 Dec 2025
🚀 Day 46–52 — DOM Completed Wrapped up the full JavaScript DOM module Now I clearly see how JS logic CSS design together create powerful, interactive UIs. Grateful to @sarthacksharma & @sheryians_ 🙏 #JavaScript #DOM #AdvancedCSS #FrontendDev #BuildInPublic
1
2
43
28
7
35
2,201
Day 43/100 Solved 1 medium LeetCode problem ✅ | Studied advanced CSS 🎨 Bit by bit, leveling up! #LeetCode #AdvancedCSS #WebDev #100DaysOfCode #DevJourney #FrontendDevelopment
1
4
143
3 Apr 2025
Day ✅ Today I dived into Advanced CSS! Focused on: - clip-path: Creating unique shapes & layouts - Animation: Bringing elements to life - z-index: Controlling element stacking CSS just got way more dynamic and creative! #100DaysOfCode #WebDev #AdvancedCSS
3
2
16
328
📌CSS PADDING Padding in CSS is the space between the content of an element and its border. It creates inner spacing inside an element. A thread 🧵👇🏻👇🏻 #CSS #LearnCSS #CSSTutorial #CSSForBeginners #CSSCourse #AdvancedCSS #CSSGrid #Flexbox #CSSAnimations #CSSTricks #TailwindCSS #code #Bootstrap #Sass #PostCSS #WebDevelopment #FrontendDevelopment #HTMLCSSJS #ReactJS #NextJS #Shorts #CodingShorts #QuickCSS #WebDesignTips
35
23
163
4,275
🚀CSS: Background In CSS, the background property is used to set the background of an element. It is a shorthand property that allows you to define multiple background-related properties in a single declaration. A thread 🧵👇🏻👇🏻 #CSS #LearnCSS #CSSTutorial #CSSForBeginners #CSSCourse #AdvancedCSS #CSSGrid #Flexbox #CSSAnimations #CSSTricks #TailwindCSS #code #Bootstrap #Sass #PostCSS #WebDevelopment #FrontendDevelopment #HTMLCSSJS #ReactJS #NextJS #Shorts #CodingShorts #QuickCSS #WebDesignTips
29
14
130
4,083
🔥 CSS Child Selectors CSS child selectors allow you to style only the direct children of an element. Syntax: parent > child { /* styles */ } Example: div > p { color: red; } <div> <p>Red Text (Direct Child ✅)</p> <span> <p>Not Affected (Not a Direct Child ❌)</p> </span> </div> Explanation: The > symbol means "direct child." Only <p> tags directly inside <div> will be styled. Nested <p> tags inside another element (like <span>) won't be affected. #CSS #CSSTricks #LearnCSS #CSSAnimation #CSSGrid #Flexbox #WebDesign #pushpendratips #FrontendDevelopment #WebDevelopment #ResponsiveDesign #UIUX #CSSForBeginners #AdvancedCSS #CSSOnly #CSSEffects #TailwindCSS #Sass #CSSFramework
30
27
139
3,170
CSS Web Layout Guide 🖥️🎨 Creating a well-structured web layout using CSS involves understanding different layout techniques. Here’s a breakdown of the most commonly used methods: A thread 🧵👇🏻👇🏻 #CSS #CSSTricks #LearnCSS #CSSAnimation #CSSGrid #Flexbox #WebDesign #pushpendratips #FrontendDevelopment #WebDevelopment #ResponsiveDesign #UIUX #CSSForBeginners #AdvancedCSS #CSSOnly #CSSEffects #TailwindCSS #Sass #CSSFramework
31
32
239
8,958
🔥 CSS Interview Questions and Answers (2025 Latest & Advanced) Here’s a fresh list of CSS Interview Questions with Answers 💪 — specially updated for 2025 to help you crack frontend interviews like a pro 🚀. A thread 🧵👇🏻👇🏻 #css #css2025 #csstutorial #cssinterviewquestions #advancedcss #moderncss #cssanimation #csstips #cssgrid #flexbox #csshacks #webdesign #frontenddevelopment #cssmastery #responsivewebdesign #cssdeveloper #csswithprojects #cssroadmap2025 #csstricks #cssbeginners #cssforbeginners #cssanimations2025 #cssdesigns #frontenddeveloper #webdevelopment2025 #learncss #webdevtips #cssdaily #htmlcss #learnwithme #csslayout #cssperformance
28
22
88
3,648
🔥 CSS Roadmap 2025 - The Ultimate Guide to Become a CSS Master If you want to become a Frontend Developer or UI Specialist in 2025, CSS is still a must-have skill 🔥. Here's the Step-by-Step CSS Roadmap 🔥 to go from Zero to Hero 💪. ✅ 1. Basics (Foundation) 1. What is CSS? 2. How CSS Works? 3. CSS Syntax 4. Selectors (Basic Group Universal) 5. Colors, Units (px, rem, em, %, vh, vw) 6. Box Model 7. CSS Comments 8. External, Internal, Inline CSS ----------------------------------------------------- 🎯 2. CSS Fundamentals 1. Positioning (Static, Relative, Absolute, Fixed, Sticky) 2. Display (Block, Inline, Inline-block, Flex, Grid) 3. Float & Clear 4. z-index 5. Overflow 6. Pseudo-classes & Pseudo-elements 7. Backgrounds (Gradient, Images, Patterns) 8. Borders, Shadows 9. Typography (Font Family, Size, Weight, Line Height) 10. Icons (FontAwesome, SVG) 11. Lists Styling 12. Tables Styling ----------------------------------------------------- 🔥 3. Flexbox 💪 1. Flex Container 2. Flex Items 3. Align Items vs Justify Content 4. Flex Direction 5. Gap Property 6. Align Content 7. Flex Grow, Shrink, Basis 8. Flexbox Best Practices ----------------------------------------------------- 🚀 4. Grid Layout 1. Grid Container 2. Grid Items 3. Grid Template Rows & Columns 4. Grid Gap 5. Auto-fit vs Auto-fill 6. Implicit vs Explicit Grid 7. Grid Areas ----------------------------------------------------- 🎨 5. Modern CSS Features 1. CSS Variables 2. Clamp() 3. Calc() 4. Aspect Ratio 5. Scroll Snap 6. is() and where() selectors 7. Container Queries (2025 Trend 🔥🔥) 8. Nesting (Like SASS without SASS) ----------------------------------------------------- 🔥 6. Animations & Transitions 1. CSS Transitions 2. Keyframe Animations 3. Hover Effects 4. Scroll Animations 5. Parallax Effects ----------------------------------------------------- 🎯 7. Responsive Design (Most Important) 1. Media Queries 2. Mobile First vs Desktop First Approach 3. REM vs EM vs PX 4. CSS Breakpoints 5. Fluid Typography 6. Grid Flexbox for Responsive Layouts 7. Modern Viewport Units (lvh, dvh, svh) ----------------------------------------------------- 8. Advance Topics 1. BEM Methodology 2. CSS Architecture 3. Utility First CSS 4. Dark Mode CSS 5. Accessible CSS (a11y) 6. Performance Optimization ----------------------------------------------------- 🎯 9. Preprocessors 1. SASS 2. SCSS 3. PostCSS ----------------------------------------------------- 🔥 10. CSS Libraries 1. Tailwind CSS (🔥 Hot Trend) 2. Bootstrap 3. Material UI 4. Chakra UI ----------------------------------------------------- 🎯 11. CSS Tools 1. Figma to CSS 2. Glassmorphism 3. Neumorphism 4. CSS Generators 5. Gradient Generators ----------------------------------------------------- 🚀 12. Bonus Skills 1. Writing Clean CSS 2. CodePen Practice 3. CSS Battle Challenges 4. How to Fix Cross Browser Issues Type "Send PDF" 📄 and I'll give you the complete roadmap with resources 🔥. Follow @pushpendratips (so that I can DM) Like & Repost (Must) #css #css2025 #csstutorial #cssinterviewquestions #advancedcss #moderncss #cssanimation #csstips #cssgrid #flexbox #csshacks #webdesign #frontenddevelopment #cssmastery #responsivewebdesign #cssdeveloper #csswithprojects #cssroadmap2025 #csstricks #cssbeginners #cssforbeginners #csslatestfeatures #cssanimations2025 #cssdesigns #frontenddeveloper #webdevelopment2025 #learncss #frontendinterviewquestions #webdevtips #cssdaily #htmlcss #learnwithme #frontendmentor #csshacks2025 #csslayout #cssperformance #coder #coding #react #javascript #web #developer
45
40
148
5,575
Day 70of #100DaysOfCode ☑️Created Logics in Card Container and added several properties in card using a form… (useState, Props) ☑️uploaded Database In MongoDB. #bootstrap #AdvancedCss #fullstackdeveloper #javascript #css #frontenddevelopment
7
73
Day 6️⃣9️⃣of #100DaysOfCode ☑️Created CartContainer, Header, Subheader using (useState, Props) ☑️creating Db in MONGODB #bootstrap #AdvancedCss #fullstackdeveloper #javascript #css #frontenddevelopment
3
41
Day 6️⃣8️⃣of #100DaysOfCode ☑️Creating React App of my E-commerce app. ☑️learning MONGODB #bootstrap #AdvancedCss #fullstackdeveloper #javascript #css #frontenddevelopment
15
281
Day 6️⃣6️⃣of #100DaysOfCode ☑️Created Movie finder App using vanila Js. (Also uploaded in github) #bootstrap #AdvancedCss #fullstackdeveloper #javascript #css #frontenddevelopment
5
46
Day 6️⃣5️⃣of #100DaysOfCode ☑️Created Movie finder App using vanila Js.. This app is basically fetching API and then shows the name of movie, genre, rating, etc. (Almost done) #bootstrap #AdvancedCss #fullstackdeveloper #javascript #css #frontenddevelopment
3
73
Day 6️⃣2️⃣of #100DaysOfCode ☑️Creating Recipe app in js (Lots of work and learning since last week) #bootstrap #AdvancedCss #fullstackdeveloper #javascript #css #frontenddevelopment
3
35
Day 6️⃣1️⃣of #100DaysOfCode ☑️Created quiz app using JS. generaldemoquiz.netlify.app Pls,open this app in PC…. can anyone suggest me good sources to learn about media queries? In css #bootstrap #AdvancedCss #fullstackdeveloper #javascript #css #frontenddevelopment

2
26
Day 6️⃣0️⃣of #100DaysOfCode ☑️Creating quiz app using JS. ☑️Using Tailwind css for design. #bootstrap #AdvancedCss #fullstackdeveloper #javascript #css #frontenddevelopment
3
26
Day 5️⃣9️⃣ of #100DaysOfCode ☑️Finally completed project of E-commerce app. ☑️Revised Redux today. #bootstrap #AdvancedCss #fullstackdeveloper #javascript #css #frontenddevelopment
6
52