Hi Team
I have a working div card, but i want my folder to have a route that will send a user to new form or action. Anyone can share their ideas with me on this one.
- <center>
- <div class="card" style="width: 18rem;">
- <div class="jump-response"></div>
- <div class="card-body d-flex flex-1">
- <a href="#" class="btn btn-primary pull-left">Published</a>
- </div>
- <div class="card-body d-flex flex-center">
- <a href="@Url.Action("Modules","Home")" class="card-link pull-left">Me</a>
- <hr/>
- <img class="card-img-bottom" src="~/Images/folders/folder-icon.png" style="max-width:32px;">
- </div>
- </div>
- </center>