我附上我的html代碼。我想知道如何更改字體顏色。在Bootstrap中設置字體顏色
的index.html
<html>
<head>
----
----
<body>
<b>Student Info</b>
{
"data": {
"attributes": {
"firstName": "xxx", //view as json data
"lastName": "yyy"
---
---
}}}
</body></head></html>
我的輸出是 { 「數據」:{ 「屬性」:{ 「名字」: 「XXX」 「姓氏」: 「YYY」 } } } 這是我的json塊視圖 這裏如何改變字體顏色。
你能解釋一下嗎? –
@ user5761830你使用的是Angular還是什麼? –
添加一個CSS文件,爲鍵和值創建類,然後將它們放入跨度? – Marv