posted 1719431584
Forum: Web, HTML, Tech
View Topics View Profile
is it possible to set different text colors to blurbs and if so how?
Report Topic
posted 1719435303
Do this:
.profile .blurbs .inner .section p {
color: /* HSL, RGB, HEX or HWB color value */;
}
Permalink Report Reply