How is a CSS border displayed with these parameters?
In CSS, how is a border displayed if the top border equals 10 pixels, bottom border equals 5 pixels, left border equals 20 pixels and the right border equals 1 pixel?
In CSS, how is a border displayed if the top border equals 10 pixels, bottom border equals 5 pixels, left border equals 20 pixels and the right border equals 1 pixel?
Define a CSS class in the HTML Header section and set the border-left, border-right, border-top and border-bottom to the desired values. e. g get help from the file.
<html>
<head>
Hi,
You can get the border according to your requirement. You just need to write the following syntax in CSS:
"border-top-width:10 px; border-bottom-width:5 px; border-left-width:20 px; border-right-width:1 px;"
You will get the border according to your requirement.
Sorry for the late gratitude. Thank you Sagheer Ahmad for your answer! The CSS code you provided was of bug help. Many thank TechyV!