Feed Post

Payal Manghnani

Stealth • 2m

CSS Pro Tips, Day 1: Simplify Your CSS with a CSS Reset A CSS reset is a helpful tool in ensuring consistent styling across various browsers. It allows you to start with a clean slate for styling elements. Instead of searching for pre-made reset patterns, you can opt for a more simplified approach: By using the following CSS code: *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } With this code, all elements will have their margins and padding stripped, and the box-sizing property enables you to effectively manage layouts using the CSS box model. Share ur thoughts 🧐

0 replies3 likes

More like this

Recommendations from Medial

Muttu Havalagi

Stealth • 2m

Here's a short roadmap for learning CSS: 1. Basic CSS: Start with understanding selectors, properties, and values to style HTML elements. 2. Box Model: Learn how the box model works, including margin, padding, border, and content. 3. Layout: Dive

See More
0 replies4 likes

Vansh Khandelwal

Stealth • 2m

𝐂𝐒𝐒, 𝐒𝐂𝐒𝐒, 𝐚𝐧𝐝 𝐒𝐀𝐒𝐒: 𝐀 𝐐𝐮𝐢𝐜𝐤 𝐆𝐮𝐢𝐝𝐞 CSS (Cascading Style Sheets) is the backbone of web styling, controlling layout, colors, and fonts. It includes selectors, the box model, Flexbox, Grid, media queries, and animations. CSS i

See More
0 replies3 likes

Inayat Hasan

Stealth • 5m

Today made a QR Code Generator as a Practice project of Html Css and JavaScript Sharing my journey of learning Web development

0 replies8 likes
1

Vansh Khandelwal

Stealth • 1m

Tailwind CSS is a utility-first CSS framework that streamlines web design with predefined classes for layout, spacing, colors, typography, and more. Unlike traditional frameworks like Bootstrap, which rely on pre-built components, Tailwind lets you s

See More
0 replies4 likes

Yogesh Jamdade

Stealth • 4m

No code tools for business: Bubble: Bubble is a no-code app development platform. Anyone can build web apps without coding, using drag-and-drop tools and pre-built elements. This is a boon for businesses as it cuts development costs and time. They

See More
0 replies8 likes
4
Image Description
Image Description

Vinoth Prinzz

Stealth • 7m

How to build a e-commerce web-app integrating a chatbot and gamified elements for scratch. Which has to be cost effective with an budget of 5lak or below without using Shopify. Need of a project manage who can manage this. If yes, DM me and we alrea

See More
11 replies9 likes

Vansh Khandelwal

Stealth • 2m

Bootstrap is a powerful, open-source front-end framework for creating responsive websites quickly. Developed by Twitter, it features a 12-column grid system, pre-styled components, and extensive documentation. To get started, include Bootstrap via CD

See More
0 replies4 likes
Image Description
Image Description

Karan Sahu

Stealth • 2m

It looks like the problem many people face is not finding a technical co-founder for their idea or startup. This aligns with the fact that, with the advent of AI, innovation and creativity are going to foster much faster than anyone can imagine. Jus

See More
10 replies19 likes
1
Anonymous
Image Description
Image Description

Paytm is using their sound-box network to regain confidence of merchant and stoping them from moving to other fintech. They keep broadcasting their voice messages on soundbox every couple of hours that "Your Paytm services like merchant account, QR c

See More
4 replies23 likes
Image Description

Jatin Ahirwar

Stealth • 2m

📊 Day 29 of the 30-day Question Mania challenge with Hitesh Choudhary Sir! 📊 Today, I worked on creating a Social Media Dashboard, bringing together several key elements to create an interactive and user-friendly platform. Here’s what I accomplish

See More
2 replies2 likes

Download the medial app to read full posts, comements and news.