+ 1
Difference Border and Border-width
What is the difference between border and border-width? In the last lesson, border was used for the border size and in this lesson, border-width is being used. I am confused.
3 Antworten
+ 1
in border you can set width and colour and style
+ 4
border: 2px solid black; - full
border-width: 2px; - only width
+ 1
Thanks