Click here to Skip to main content
15,898,373 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have this code that is for desktop only.


HTML
<div class="span3 dashboard-blocks">
           <h3>Current Employees </h3>
           <b style="font-size:16px;">(@Model.EmployeeCount)</b>&nbsp;&nbsp;|
           @Html.ActionLink("View", "List", "Employee")<br>
           <br>
       </div>




I want to show span6 for as class for mobile but span3 for larger screen size.
How can i do that please help me thanks...

What I have tried:

HTML
<div class="span3 dashboard-blocks">
            <h3>Current Employees </h3>
            <b style="font-size:16px;">(@Model.EmployeeCount)</b>  |
            @Html.ActionLink("View", "List", "Employee")<br>
            <br>
        </br></br></div>
Posted
Updated 5-Apr-16 17:46pm
v3

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900