CSS (2nd Term Project)
CSS (2nd Term Project)
• background-color
• background-image
• background-repeat
p{ p{
background-color: yellow;
text-decoration: overline underline;
color: blue;
text-decoration: overline;
text-align: left / center / right ;
text-decoration: line-through;
font-family: monospace;
text-decoration: underline;
font-size: 40px;
}
}
• Text Transformation • Text Shadow
p{ p{
text-transform: lowercase; }
text-transform: capitalize;
}
CSS Borders
• The CSS border properties allow you to specify the
style, width, and color of an element's border.
• Styling Links
• Links can be styled with any CSS property (e.g. color, font-
family, background, etc.).
• Text Decoration
• The text-decoration property is mostly used to remove
underlines from links:
• a { text-decoration: underline; }
• Background Color • Link Buttons
• color: white;
• a { background-color:
yellow; } • padding: 14px 25px;
• text-align: center;
• text-decoration: underline; }