, css rails ( ):
a, :
<%= link_to your_path_helper, class: "class", id: "id" do %>
Stuff here
<% end %>
HTML-:
<a href="http://your_path.com/helper" class="class", id="id">Stuff here</a>
: " , (div )". - css:
#app/assets/stylesheets.css
a.id {
color: #000;
text-decoration: none;
}
CSS , . class id , css properties
, a , div. a, CSS