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 7781337
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T19:11:47+00:00 2026-06-01T19:11:47+00:00

Objective I want to be able to create a border like this in css,

  • 0

Objective

I want to be able to create a border like this in css, maybe using pseudo elements then a background image.

Code

HTML

<div id="footer"></div>

CSS

#footer {
    background: #4b4b4b;
    color: #868686;
    padding: 0;
    position: relative;
    height: 100px;
    width: 900px;
}

#footer:before {
    content: "";
    display: block;
    width: 220px;
    background-color: #e1e1e1;
    height: 8px;
}
  • 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-01T19:11:48+00:00Added an answer on June 1, 2026 at 7:11 pm

    See the following snippet, is this what you want?

    body {
        background: silver;
        padding: 0 10px;
    }
    
    #content:after {
        height: 10px;
        display: block;
        width: 100px;
        background: #808080;
        border-right: 1px white;
        content: '';
    }
    
    #footer:before {
        display: block;
        content: '';
        background: silver;
        height: 10px;
        margin-top: -20px;
        margin-left: 101px;
    }
    
    #content {
        background: white;
    }
    
    
    #footer {
        padding-top: 10px;
        background: #404040;
    }
    
    p {
        padding: 100px;
        text-align: center;
    }
    
    #footer p {
        color: white;
    }
    <body>
        <div id="content"><p>#content</p></div>
        <div id="footer"><p>#footer</p></div>
    </body>

    JSFiddle

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

Sidebar

Related Questions

I want to be able to create an animation that is started using a
I want to add scripting support for an Objective-C project using the objc runtime.
I want to start a new thread using a C function, not an objective-C
I have been using objective-C to develop in iOS. Now we want to develop
I want to access primitive data types like int, Bool in Objective C. I
Objective I want to be able to run the Applescript to open multiple applications
In the Modern Objective-C runtime, you can do something like this: @interface MyClass :
Quick question for you. I want to be able to create an instance of
I have a compiled external library that I'm using in my (Objective-C++) code. This
I want to define a constant in objective-c. Previously I had the following function:

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.