forum

Home / DeveloperSection / Forums / CSS Not Working in MVC4 razor view

CSS Not Working in MVC4 razor view

Anonymous User 1701 26-Dec-2017

Hi Expert,

I Used CSS File in my razor view and use its class in my code. But It's not working and my layout is not up to the mark.

Here is my code,

<link src="@Url.Content("~/Content/font-awesome.min.css")" rel="stylesheet"/>
<div class="col-md-4 header-navigation-col">

          <h4>Footwear</h4>
          <ul>
               <li><a href="index.html">Astro Trainers</a></li>
               <li><a href="index.html">Basketball Shoes</a></li>
               <li><a href="index.html">Boots</a></li>
               <li><a href="index.html">Canvas Shoes</a></li>
               <li><a href="index.html">Football Boots</a></li>
               <li><a href="index.html">Golf Shoes</a></li>
               <li><a href="index.html">Hi Tops</a></li>
               <li><a href="index.html">Indoor Trainers</a></li>
          </ul>
</div>

Please give me some solution to accomplish my task.

Thank you!!!


Updated on 26-Dec-2017
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By