Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ヒカップでdivの背景色を設定する方法はありますか?これが私がこれまでに試したことですが、結果はありません。
[:div {:background-color "#003366"} (escape-html rest)]
htmlで、私<div background-color="#663366">が信じていないものが色の正しい形式であることがわかります。
<div background-color="#663366">
しゃっくりでこれを行う方法はありますか?
[:div {:style "background-color:#003366"} (escape-html rest)]
トリックを行う必要があります。ただし、かなり複雑なことを行う場合は、他の場所でスタイルをcssファイルに入れることを検討することをお勧めします。