پاسخ به تمرین استاد

پرسیده شده
فعالیت 1007 روز پیش
دیده شده 618 بار
1

سلام و عرض ادب

ما با پراپرتی border میتونیم چند حاشیه از جهت های مختلف به صورت دستی یا خودکار به باکس مد نظر اعمال کنیم که دستور کوتاه شده یا shorthand به صورت زیر میباشد

border: 1px solid #404040;

و داخل عکسی که ضمیمه شده است هر کدوم از اجزا به صورت کوتاه مورد تماشا میباشند

و همچنین دستورات رو میتونیم به صورت تک به تک بنویسیم که پیشنهاد نمیشود و هر چقدر تعداد خط کم تر باشد سرعت وب سایت بالا تر خواهد بود

border-width: 1px

border-style: solid

border-color: #404040

border-width: ضخامت را مشخص میکند برای حاشیه ها

border-style: نوع حاشیه را ایجاد خواهد کرد که انواع مختلفی دارد

border-color: رنگ حاشیه را مشخص خواهد کرد

 

انواح حاشیه ها

border-style: dotted;

border-style: dashed;

border-style: solid;

border-style: groove

border-style: ridge;

border-style: inset;

border-style: outset;

border-style: none;

border-style: hidden;

border-style: double;

 

 

همچنین به صورت یک جا هم میشه استفاده کرد برای چهار گوشه به صورت زیر

border-style: dotted dashed solid double;

 

برای شخصی سازی جهت های مختلف از دستورات زیر استفاده میکنیم

borderSets all the border properties in one declaration
border-bottomSets all the bottom border properties in one declaration
border-bottom-colorSets the color of the bottom border
border-bottom-styleSets the style of the bottom border
border-bottom-widthSets the width of the bottom border
border-colorSets the color of the four borders
border-leftSets all the left border properties in one declaration
border-left-colorSets the color of the left border
border-left-styleSets the style of the left border
border-left-widthSets the width of the left border
border-radiusSets all the four border-*-radius properties for rounded corners
border-rightSets all the right border properties in one declaration
border-right-colorSets the color of the right border
border-right-styleSets the style of the right border
border-right-widthSets the width of the right border
border-styleSets the style of the four borders
border-topSets all the top border properties in one declaration
border-top-colorSets the color of the top border
border-top-styleSets the style of the top border
border-top-widthSets the width of the top border
border-widthSets the width of the four borders
فایل پیوست

سامان جودکی
سامان جودکی

10 مرداد 00