How to apply a border using CSS
Answers
Answered by
1
Answer:/* style */
border: solid;
/* width | style */
border: 2px dotted;
/* style | color */
border: outset #f33;
/* width | style | color */
border: medium dashed green;
/* Global values */
border: inherit;
border: initial;
border: unset;
Explanation:
Similar questions
Math,
2 months ago
Math,
2 months ago
Accountancy,
6 months ago
Physics,
6 months ago
Math,
11 months ago
Political Science,
11 months ago
Social Sciences,
11 months ago