answersLogoWhite

0


Best Answer

border-top: 10px solid #000 ;(instead of #000 use the color you want, instead of solid you can use dotted or dashed)

border-bottom: 5px solid #000;

border-left: 20px solid #000;

border-right: 1px solid #000;

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you display a border like this?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you display a border like this in css The top border equals 10 pixels The bottom border equals 5 pixels The left border equals 20 pixels The right border equals 1pixel?

div.bordered { border-top:10px solid black; border-bottom:5px solid black; border-left:20px solid black; border-right:1px solid black; }


Is the border of Alaska precise?

With modern technology like GPS it is precise and accurate, but because these tools of modern surverying were not always available, there are surely border markers in remote areas that display gross errors.


How do you display a border like this The top border 10 pixels The bottom border 5 pixels The left border 20 pixels The right border pixel?

border-top: 10px solid #000 ;(instead of #000 use the color you want, instead of solid you can use dotted or dashed) border-bottom: 5px solid #000; border-left: 20px solid #000; border-right: 1px solid #000;


How do you make your trophies smaller on Neopets?

<style> .contentModule { border: none; } #usertrophies { display: none; } </style>


What are the five rules of flag courtesy?

1. Display with star field upper-most left. 2. Avoid touching the ground with flag. 3. Fly at half mast in respect for mourning. 4. Display should always be above state and other flags during presentation of colors at ceremonies. 5. Flag should be folded appropriately to display as a triangle revealing only the field of stars. ="border-bottom:mediumnone;text-align:left;border-left:mediumnone;background-color:transparent;color:#000000;overflow:hidden;border-top:mediumnone;border-right:mediumnone;text-decoration:none">


What is the border for Peru?

a normal border like any other other border


Describe the borders button changes in excel 2007?

It updates to display the most recently selected border style.


What is located on the ribbon and is used to display the border gallery?

Two locations:Home ribbon, Cells section, Format, Format Cells, Border TabHome ribbon, Font section (expand arrow bottom right corner), Format Cells, Border Tab


Do border collies have a strong sense of smell?

like border collies


Program codes in turbo c that will display border on the console screen using for loops?

There is not one that I know off but you could write it.


What are the two types of monitors of a computer?

Either - a CRT display (like a TV set) - or - an LCD display (like a mobile phone).


How can a 2D and 3D horizontal rule be displayed in HTML?

Here are the default style values for <hr/> in HTML 5: hr { display: block; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: auto; margin-right: auto; border-style: inset; border-width: 1px; } You can change the values as you like.