Loading Please Wait...
CSS border is a shorthand property for border-width, border-color, and border-style.
border: dashed;
border: 10px solid;
border: 10px solid green;
CSS border property sets the following properties which in term again sets their individual properties.
/* 1 value */
/* width */
border: 10px;
/* color */
border: red;
/* style */
border: solid;
/* 2 value */
/* width | style */
border: 1rem dotted;
/* width | color */
border: 1rem #fda3ed;
/* style | color */
border: dotted #fda3ed;
/* 3 value */
/* width | style | color */
border: thick dashed rgba(0, 0, 0, 0.85);
/* Global values */
border: inherit;
border: initial;
border: revert;
border: revert-layer;
border: unset;
How you feel about this blog:
Share this blog on:
If you find any error in the turtorials, or want to share your suggestion/feedback, feel free to send us email at: info@lynxsia.com
Contact UsWe are concern with various development process like website design & development, E-commerce development, Software development, Application development, SMS & Bulk SMS Provider, PWA Development, and many more..
Copyright ©
, Lynxsia IT Solutions, All rights reserved