Clickable tiles in ASP.NET Core MVC using Bootstrap

Newbie Dev 151 Reputation points
2021-05-08T07:26:07.657+00:00

I am working on an ASP.NET Core MVC website. As a part of it I want to show some Tiles(like tiles on a mobile) at the initial load. Each tile should be clickable which will launch another website (maybe StackOverflow website).

I did a bit of digging and found that it can be done by using Bootstrap or css/html.

Is Bootstrap the best way to achieve it? Are there any code samples?

I am new to Bootstrap, so I do not have any code to add in yet.

Thanks

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,526 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Yogi 351 Reputation points
    2021-05-09T06:39:33.45+00:00

    I think by Tiles you mean a rectangular area. You can make these tiles using bootstrap grid as they will stick next to one another i.e. float: left. They will also be responsive. Kindly refer How to Use Bootstrap to Create Responsive Design which will help you to understand it further.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.