7
Answers

Styling not working

Photo of Ramco Ramco

Ramco Ramco

4y
673
1

Hi

  I have below code . In Style.Css i have written  below code but it is not getting implemented.

.fa fa-check {
    font-size:48px;
    color:red;
 }

  @if(item.IsActive)
                                    {
                                        <i class='fa fa-check' ></i>
                                    }

Thanks

Answers (7)

Next Recommended Forum