Skip to content

Instantly share code, notes, and snippets.

View deanilvincent's full-sized avatar
🧑‍🍳
CookingIdeas

Mark Deanil Vicente deanilvincent

🧑‍🍳
CookingIdeas
View GitHub Profile
@deanilvincent
deanilvincent / gist:465c1e172e310277042c6c2e2681ba46
Created January 27, 2023 07:48
Meta Viewport for Mobile Device
Incase the viewport of tailwind is not looking great on mobile, use this meta tag.
```
<meta name="viewport" content="width=device-width, initial-scale=1.0">
```
Part 1 - Installation of Visual Studio / Visual Studio Code
1. Go to this link: https://visualstudio.microsoft.com/downloads/
2. Choose "Visual Studio 2017 Community" or "Visual Studio Code" (Free to download and use)
3. Install the application.
Part 2 - Installation of .NET Core SDK
1. Go to this link: https://www.microsoft.com/net/download
2. Choose your machine's operating system (Windows, Linux or macOS).