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

  • SEARCH
  • Home
  • 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 8792781
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T23:01:45+00:00 2026-06-13T23:01:45+00:00

I am currently working on basing a design, in which the designer has used

  • 0

I am currently working on basing a design, in which the designer has used a shadow on a div.
Since I am not fond of using images for this sort of thing, I have decided to take my CSS skills to the next level. I am completely new to CSS3, yet I want to give this a try using box-shadow. I have been reading into this new feature but I cannot seem to get my exact design working.

This is what I am searching for:

enter image description here

Top: 1px;
Right: 5px;
Bottom: 9px;
Left: 5px

The designer has used different spreads (well, I believe it’s called spreads in this context) for the shadow. My issue is that I cannot manage to get this working with different spreads per side of the div, can anyone help me?

Thanks in advance.

div {
    box-shadow: 0px 0px 5px #000;
}
  • 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-06-13T23:01:45+00:00Added an answer on June 13, 2026 at 11:01 pm

    The intention of box-shadow is to create a shadow of the div you are assigning it to. You can’t make specific top-left-right-bottom parts bigger or smaller

    See: http://css3gen.com/box-shadow/

    The only way this can be done is to fiddle with the variables

    For example:

    box-shadow: 0px 9px 15px 5px #888888;
    

    This box-shadow will generate a box-shadow that..

    • [0px] doesn’t shift left or right
    • [9px] is 9px down
    • [15px] has 15px of blur (play around with it for the desired effect)
    • [5px] is 5px wide (on all sides)
    • [#888888] has a grey color

    Another way would be to use border-images.

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

Sidebar

Related Questions

I currently working on a project which uses Spree Cart and which has hence
I`m currently working out the design for simple graphic editor, who support trivial operations
Currently working on something which uses ajax for some pagination. What I'm looking to
Currently working on a Spring 2.5 web application, looks as if the business has
Currently working on a game, and is converting it to retina. I am using
Im currently working on a site which will contain a products catalog. I am
Am currently working on a web application which receives the encoded text from the
Im currently working on an app which lists a set of objects in a
im currently working in a simple program that implements plugins whith dll libraries (using
Currently working on a snippet to input variables in which a user changes 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.