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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T07:07:56+00:00 2026-05-13T07:07:56+00:00

I am trying to add a bottom border to a div .divLast { top:

  • 0

I am trying to add a bottom border to a div

.divLast
{
   top: 0px;
   margin:0px;  
   padding: 0px 2px 2px 3px;    
   border-width: 2px;
   border-bottom-width:2px;
   border-bottom-color:White;
   width: 100%;
}

However the bottom border does not appear white. Any idea?

  • 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-13T07:07:56+00:00Added an answer on May 13, 2026 at 7:07 am

    You have to specify the border-bottom-style also to the div

    and your code becomes

    .divLast 
    {
       top: 0px;
       margin:0px;  
       padding: 0px 2px 2px 3px;    
       border-width: 2px;
       border-bottom-width:2px;
       border-bottom-color:White;
       border-bottom-style: solid;
       width: 100%;
    }
    

    or you can use a shorthand for the border-bottom like below

    <style>
    .divLast 
    {
       top: 0px;
       margin:0px;  
       padding: 0px 2px 2px 3px;    
       border-width: 2px;
       border-bottom: 2px white solid;
       width: 100%;
    }
    </style>
    <div class='divLast'>
       test element with white border bottom
    </div>
    

    This works fine for me

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

Sidebar

Related Questions

I'm trying to add a bottom border to a title thats wrapped within a
I am trying to add a transparent button bars at the top and bottom
I am trying to add a 4 pixel bottom border to the header of
Hi I am trying to add some background color and border to the Listbox
I am trying to add a border to a div element when the moust
I am trying to add a bottom border to my li elements. For some
learning html/css here. I'm trying to add a border-bottom to my .menu ul li
I am trying to add a border att tha bottom of my textrured window
Trying to add dynamic borders on my website top, left, and right sides... The
I am trying to add a border to just one HtmlRow in C#. The

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.