I have Googled around but can't find the answer to this question. How do I use CSS to edit RUby objects in erb. For example:
<%= f.label :email, "Enter your email address for updates" %><br />
<%= f.text_field :email %>
Here, I want to use CSS to style the text and the form box. How can I do that?