tg-me.com/DiaryOfaProgrammer/76
Create:
Last Update:
Last Update:
#colors
we can change the color of a text and a background through the color and background-color property respectively.
to write a property the property name must be followed by a colon the style we want and semi colon at last.
Example:
.header-one {
color: white;
background-color: black;
}
BY Programming Diaries
Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283
Share with your friend now:
tg-me.com/DiaryOfaProgrammer/76