0
Font color
What property is responsible for font color in CSS>? I can;'t do one task.
2 Respostas
+ 6
Dariusz Jenek
this is all you need
body {
color:blue;
}
0
I mean this task exactly...
https://www.sololearn.com/learn/courses/angular-developer/lesson/1718976819?p=14
Complete the code to create a button with white text and black background
<button (#space_to_fill_in)
="background-color: (#space_to_fill_in)
; (#space_to_fill_in)
:white">
OK</button>