Important Notice:

Course Content
Float Property
0/1
Z-Index
0/1
CSS object-fit Property
0/1
CSS Visibility Property
0/1
CSS (Chapter 4) M2-R5.1
About Lesson

outline-width:-

         Outline की मोटाई को Set करने के लिए outline-width Property को Use किया जाता हैं। इसमें कई value का use किया जाता है-

  • thin – इस Value से लगभग 1px के बराबर मोटाई की Outline Set होती हैं।
  • medium – इस Value से लगभग 3px के बराबर मोटाई की Outline Set होती हैं।
  • thick – इस Value से लगभग 5px के बराबर मोटाई की Outline Set होती हैं।
  • Custom Size – ऊपर की तीन Values के अलावा outline-width को px, in, cm, em आदि Format में भी Declare कर सकते हैं।

Syntax:     outline-width: thin | medium | thick | 15px;

 

outline-width:-

           The outline-width property is used to set the thickness of the outline. Many values are used in this-

  • thin – From this value an outline of thickness equal to approximately 1px is set.
  • medium – From this value an outline of thickness equal to approximately 3px is set.
  • thick – From this value an outline of thickness equal to approximately 5px is set.
  • Custom Size – Apart from the above three values, outline-width can also be declared in formats like px, in, cm, em etc.

Syntax:      outline-width: thin | medium | thick | 15px;

error: Content is protected !!