Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6008787
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T01:52:27+00:00 2026-05-23T01:52:27+00:00

Browsers usually set different default styles for elements. Users can also override the defaults

  • 0

Browsers usually set different default styles for elements. Users can also override the defaults using custom stylesheets.

I often override these default styles using my own styles, e.g.:

* {padding:0; margin:0; }

However, I wish to respect the default stylesheet for certain element attributes, e.g. the <body>‘s default padding and margin. I tried:

*    { padding:0;       margin:0;       }
body { padding:default; margin:default; }

But it doesn’t work. Neither does initial.

Is there a way to solve this problem by selecting all elements but excluding <body>?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T01:52:28+00:00Added an answer on May 23, 2026 at 1:52 am

    Is there a way to solve this problem by selecting all elements but excluding <body>?

    Since everything that is displayed in the viewport consists of <html>, <body> and <body>‘s contents by default, you can just select html, and all of body‘s descendants:

    html, body * { margin: 0; padding: 0; }
    

    default doesn’t work because there is no such keyword. initial doesn’t work because the initial margins are 0. It is not possible to reset a property to its browser-given default value after you have changed it using CSS.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Why is it that when you work with different browsers, there's usually different results?
I have my web browsers set to save what I type into text boxes
I have a local development webserver set up using Win7 and IIS7. I often
Using jQuery I want to be able to click an element which will also
Iam coding a solution for web automation, I have been using the default web
Which browsers other than Firefox support Array.forEach()? Mozilla say it's an extension to the
Modern browsers have multi-tab interface, but JavaScript function window.showModalDialog() creates a modal dialog that
Web browsers are good as thin clients for web applications. But if the user
For all major browsers (except IE), the JavaScript onload event doesn’t fire when the
Do web browsers send the file size in the http header when uploading a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.