0 / 60 seg.

What text color will elements with the .info class have in the following code snippet?

<p class="info">Information</p>
.info {
    color: #FFFFFF;
}