Is there a way I can set a div background color in hiccup? Here is what I tried so far, with no result:
[:div {:background-color "#003366"} (escape-html rest)]
In the html, I see ...
given a div that is 500px wide, is there a way to fill the background with 2 different colors using css? I know it can be done with a background image, ...