CSS CODING (Cascading Style Sheets)
CSS CODING (Cascading Style Sheets) (6) – 2 Months Course
CSS (Cascading Style Sheets) is the code that styles web content.
...
CSS: all about boxes
- padding , the space around the content. In the example below, it is the space around the paragraph text.
- border , the solid line that is just outside the padding.
- margin , the space around the outside of the border.