Lab 1
Lab 1
CSS
Color:
color: Sets the text color.
background-color: Sets the background color.
Typography:
font-family: Defines the font family.
font-size: Sets the font size.
font-weight: Specifies the font weight (e.g., bold).
font-style: Specifies the font style (e.g., italic).
Text:
text-align: Aligns text (left, right, center, justify).
text-decoration: Adds decoration to text (e.g., underline).
line-height: Sets the height of a line of text.
Spacing:
margin: Sets the margin outside an element.
padding: Sets the padding inside an element.
Borders:
border: Sets the border properties (width, style, color).
border-radius: Defines the radius of rounded corners.
Layout:
width: Sets the width of an element.
height: Sets the height of an element.
display: Defines the display behavior of an element (e.g., block, inline).