Back to feeds

Payal Manghnani

Stealthย โ€ขย 4m

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ย โ€ขย 4m

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ย โ€ขย 4m

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

[This post has been deleted by the creator]

0 replies8 likes
1

Kanishk Raj

ย โ€ขย 

Medialย โ€ขย 5d

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ย โ€ขย 7d

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

Vansh Khandelwal

Stealthย โ€ขย 3m

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ย โ€ขย 6m

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ย โ€ขย 9m

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ย โ€ขย 4m

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

Harshith Pasupuleti

Stealthย โ€ขย 1m

https://www.figma.com/design/GLJnOyy5HZ5owg5wxOPCmh/M?node-id=0-1&t=m4EKuPxyy9S9GlyM-1 "Iโ€™ve been using Medial for a month now and absolutely love the community around it. However, I often feel the platform is a bit cluttered, with too many elements

See More
0 replies5 likes

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