Border

Border Shorthand

Class
Property
border-noneborder: none;

Border Radius

Class
Property
border-radiusborder-radius: 5px;
border-radius-mediumborder-radius: 10px;
border-radius-fullborder-radius: 50%;

Border Width

Class
Property
border-0border-width: 0;
border-t-0border-top-width: 0;
border-b-0border-bottom-width: 0;
border-l-0border-left-width: 0;
border-r-0border-right-width: 0;
border-1border-width: 1px;
border-t-1border-top-width: 1px;
border-b-1border-bottom-width: 1px;
border-l-1border-left-width: 1px;
border-r-1border-right-width: 1px;
border-2border-width: 2px;
border-t-2border-top-width: 2px;
border-b-2border-bottom-width: 2px;
border-l-2border-left-width: 2px;
border-r-2border-right-width: 2px;
border-4border-width: 4px;
border-t-4border-top-width: 4px;
border-b-4border-bottom-width: 4px;
border-l-4border-left-width: 4px;
border-r-4border-right-width: 4px;
border-6border-width: 6px;
border-t-6border-top-width: 6px;
border-b-6border-bottom-width: 6px;
border-l-6border-left-width: 6px;
border-r-6border-right-width: 6px;
border-8border-width: 8px;
border-t-8border-top-width: 8px;
border-b-8border-bottom-width: 8px;
border-l-8border-left-width: 8px;
border-r-8border-right-width: 8px;
border-thinborder-width: thin;
border-t-thinborder-top-width: thin;
border-b-thinborder-bottom-width: thin;
border-l-thinborder-left-width: thin;
border-r-thinborder-right-width: thin;
border-mediumborder-width: medium;
border-t-mediumborder-top-width: medium;
border-b-mediumborder-bottom-width: medium;
border-l-mediumborder-left-width: medium;
border-r-mediumborder-right-width: medium;
border-thickoutline-width: thick;
border-t-thickoutline-top-width: thick;
border-b-thickoutline-bottom-width: thick;
border-l-thickoutline-left-width: thick;
border-r-thickoutline-right-width: thick;

Border Style

Class
Property
border-style-noneborder-style: none;
border-style-hiddenborder-style: hidden;
border-style-dottedborder-style: dotted;
border-style-dashedborder-style: dashed;
border-style-solidborder-style: solid;
border-style-doubleborder-style: double;
border-style-grooveborder-style: groove;
border-style-ridgeborder-style: ridge;
border-style-insetborder-style: inset;
border-style-outsetborder-style: outset;
border-style-inheritborder-style: inherit;
border-style-initialborder-style: initial;

Usage

<p class="border-2 border-style-solid border-radius">Hello World</p>

Outline

Outline Shorthand

Class
Property