forum

Home / DeveloperSection / Forums / Add custom css in razor view

Add custom css in razor view

Anonymous User 1042 07-Dec-2017

Hi Expert,

I am new in mvc razor view, I want to add custom css in my razor view. Please give me some idea to add custom css in razor view.

Here is my code:

<div class="card-body">

        <div class="card-body-icon">
          <i class="fa fa-fw fa-user"></i>
        </div>
    <div class="mr-5">200 Pending Candidates!</div>
</div>





c# asp.net  mvc  mvc4 
Updated on 07-Dec-2017
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By