Answers for "text background color white"

CSS
1

text background color css

body {
	background-color:rgb(130, 50, 29);
}
Posted by: Guest on October-20-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