Something I’ve been wondering for a while whilst doing CSS design.

Are decimal places in CSS widths respected? Or are they rounded?

.percentage {
  width: 49.5%;
}

or

.pixel {
  width: 122.5px;
}

6 Answers
6

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *