Finding the style for this div tag

How can I find the CSS style for div tag “ins”?

http://www.polarpos.com/pos-software-features/retail-pos-software/

Have you tried using Firebug?

I have tried but it confuses me.

What are you confused by? Maybe I can help…

You just need to right click on the .ins element and choose “Inspect element with Firebug”, or, in Chrome, right click on the element and choose “Inspect element”. Quite easy. On the right, you see the styles that apply to that element. For example, main.css, line 713:

#homepage-features li .ins {
float: left;
display: block;
width: 240px;
}