# CSS
# Basic Styles
# Colors
Set the background color for the div to "Tomato"
background-color:Tomato;
Set the text color in the div to "Tomato"
color:Tomato;
Set the border color for the div to "Tomato"
border:2px solid Tomato;
# Text Align
Center the text in the div
text-align: center;
Align the text to the right of the div
text-align: right;
Align the text to the left of the div
text-align: left;
← JavaScript MariaDB →