Oceń kod rubinowy wewnątrz HTML: Filtr CSS

- my_color = "#0000ff"
:css
 .my-class {
   background-color: #{my_color};
 }
SAMER SAEID