Ask Question

Write out a shorthand version of the border property which will apply border that is 5 px wide, colored in lightgreen, and solid.

+4
Answers (1)
  1. 20 September, 01:28
    0
    border: 5px solid lightgreen;

    Explanation:

    The shorthand version of the border property in CSS goes as follows:

    border:;

    With represents the thicknes of the border line (expressed in keyword values or lenght values), represents the style of the border, and represents the color of the border (in color names or values).
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write out a shorthand version of the border property which will apply border that is 5 px wide, colored in lightgreen, and solid. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers