Answers for "text color blue"

2

make text blue html

<p style="color:blue;">This paragraph is blue.</p>
Posted by: Guest on September-29-2020
0

Text Color Classes

.text--primary {
	color: var(--primary);	
}
.text--secondary {
	color: var(--secondary);	
}
.text--accent {
	color: var(--accent);	
}
.text--base {
	color: var(--base);	
}
Posted by: Guest on August-19-2021

Browse Popular Code Answers by Language