これを追加すればおーけ🐱✨
/* テーブル奇数行 */
table tr:nth-child(odd){
background-color:#f0f0f0;
}
/* テーブル偶数行*/
table tr:nth-child(even){
background-color:white;
}
var 優技録 = []string{ "Golang", "Vue.js", "AWS", "PHP", "DB", "IaC", "SRE"}
これを追加すればおーけ🐱✨
/* テーブル奇数行 */
table tr:nth-child(odd){
background-color:#f0f0f0;
}
/* テーブル偶数行*/
table tr:nth-child(even){
background-color:white;
}