Back

Comet

#freelancerย โ€ขย 11m

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 ๐Ÿง

Reply
3

More like this

Recommendations from Medial

Muttu Havalagi

๐ŸŽฅ-๐ŸŽต-๐Ÿ-โšฝ "Finding ...ย โ€ขย 10m

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
Reply
4

Vansh Khandelwal

Full Stack Web Devel...ย โ€ขย 10m

๐‚๐’๐’, ๐’๐‚๐’๐’, ๐š๐ง๐ ๐’๐€๐’๐’: ๐€ ๐๐ฎ๐ข๐œ๐ค ๐†๐ฎ๐ข๐๐ž 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
Reply
3

Prog Kanishk Raj

ย โ€ขย 

Medialย โ€ขย 6m

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.

Reply
3

Inayat Hasan

Software engineerย โ€ขย 1y

[This post has been deleted by the creator]

Reply
1
8

Arijit Ray

ย โ€ขย 

Twilioย โ€ขย 6m

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
Reply
1

Chamarti Sreekar

Passionate about Pos...ย โ€ขย 17d

Jeff Bezos has officially entered the EV space โ€” but not by playing Teslaโ€™s game. His new bet, a startup called Slate Auto, just unveiled a $20,000 electric truck. Itโ€™s stripped down, minimal, and practical. No touchscreen. No chrome. No tech theatr

See More
Reply
4
Image Description

Kamlesh Soni

MERN Developerย โ€ขย 3m

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 Replies
3
Image Description

Kamlesh Soni

MERN Developerย โ€ขย 3m

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 Reply
2
Image Description

Kalash

21. Curious, optimis...ย โ€ขย 1m

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 ๐Ÿฅน

Reply
1
15
1
Image Description

Comet

#freelancerย โ€ขย 2m

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 Reply
9
34

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