Back

Comet

#freelancer • 9m

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

🎥-🎵-🏏-⚽ "Finding ... • 9m

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

Full Stack Web Devel... • 9m

𝐂𝐒𝐒, 𝐒𝐂𝐒𝐒, 𝐚𝐧𝐝 𝐒𝐀𝐒𝐒: 𝐀 𝐐𝐮𝐢𝐜𝐤 𝐆𝐮𝐢𝐝𝐞 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

Software engineer • 12m

[This post has been deleted by the creator]

0 replies8 likes
1

Prog Kanishk Raj

 • 

Medial • 4m

I have created a Contact Manager Web Application using HTML, CSS and JavaScript. https://programmerkr.github.io/Contact_Manager_App/ checkout ✅ this and plz. give feedback in comment box.

0 replies3 likes

Arijit Ray

 • 

Twilio • 4m

Dialog Box element and Popover attribute are some awesome developments in HTML space! For frontend app developers, managing Dialog Box and Popover components can be challenging. Often, importing libraries for these elements leads to maintenance issu

See More
0 replies1 like
Image Description

Kamlesh Soni

MERN Developer • 1m

Freelance Web Developer Wanted! We’re looking for a talented freelance web developer with 0-2 years of experience to join our team on a project basis. If you have skills in HTML, CSS, JavaScript, and WordPress, we’d love to hear from you! Requireme

See More
1 replies2 likes
Image Description

Kamlesh Soni

MERN Developer • 1m

Freelance Web Developer Wanted! We’re looking for a talented freelance web developer with 0-2 years of experience to join our team on a project basis. If you have skills in HTML, CSS, JavaScript, and WordPress, we’d love to hear from you! Requireme

See More
2 replies3 likes
Image Description

Kalash

21. Curious, optimis... • 18h

indie hackers be like: i built this SaaS in 2 weeks on a $0 budget while living in my mom's basement, now it makes $9k/mo and i only work 3 hrs/week meanwhile i'm out here debugging why my CSS hates me and drinking coffee at 2am 🥹

0 replies15 likes
1
Image Description

Comet

#freelancer • 18d

Here's a ChatGPT-4o mega-prompt to develop a custom app with expert-level code: - Applet Name: [APPLET NAME] - What I Want My App To Do: [DESCRIBE HERE] You are an expert full-stack web developer specializing in JavaScript and CSS/HTML applet devel

See More
1 replies34 likes
9

Vansh Khandelwal

Full Stack Web Devel... • 8m

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

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