Styling a Razor Page | ASP.NET Core 101 [6 of 13]



Styling a Razor Page | ASP.NET Core 101 [6 of 13]

Styling a Razor Page | ASP.NET Core 101 [6 of 13]

Make it work, then make it pretty! Let’s add some CSS to our Bootstrap template that will take our ASP.NET Core website to the next level.

Follow Scott Hanselman: https://twitter.com/shanselman
Follow Leslie Richardson: https://twitter.com/lyrichardson01

Watch the entire series here: https://aka.ms/dotnet3-aspnet
Download Visual Studio 2019 here: https://aka.ms/VisualStudio-dotnetconf19
Download .NET Core 3.0 here: https://aka.ms/Dotnet3

Learn more about ASP.NET:
Create a ASP.NET Core Website: https://docs.microsoft.com/en-us/aspnet/core/tutorials/razor-pages/?view=aspnetcore-2.2&WT.mc_id=Educationaspnet-c9-niner
What is ASP.NET? https://dotnet.microsoft.com/learn/aspnet/what-is-aspnet?&WT.mc_id=Educationaspnet-c9-niner
Getting started with ASP.NET? https://dotnet.microsoft.com/learn/aspnet/hello-world-tutorial/intro?&WT.mc_id=Educationaspnet-c9-niner
GitHub Repo ASP.NET: https://github.com/aspnet
ContosoCrafts Repo: https://github.com/dotnet-presentations/ContosoCrafts
Index.cshtml.cs code snippet: https://gist.github.com/bradygaster/3d1fcf43d1d1e73ea5d6c1b5aab40130#file-index-cshtml-cs
Index.cshtml code snippet: https://gist.github.com/bradygaster/3d1fcf43d1d1e73ea5d6c1b5aab40130#file-index-cshtml
Site.css code snippet: https://gist.github.com/bradygaster/3d1fcf43d1d1e73ea5d6c1b5aab40130#file-site-css
_Layout.cshtml Google Fonts code snippet: https://gist.github.com/bradygaster/3d1fcf43d1d1e73ea5d6c1b5aab40130#file-google-fonts-html
_Layout.cshtml Nav code snippet: https://gist.github.com/bradygaster/3d1fcf43d1d1e73ea5d6c1b5aab40130#file-nav-html
_Layout.cshtml Footer code snippet: https://gist.github.com/bradygaster/3d1fcf43d1d1e73ea5d6c1b5aab40130#file-footer-html

Follow us:
Twitter: https://twitter.com/dotnet
Facebook: https://www.facebook.com/Dotnet/
Blogs: https://devblogs.microsoft.com/dotnet/?WT.mc_id=Educationaspnet-c9-niner
Shows and Podcasts: https://channel9.msdn.com/Shows/On-NET/?WT.mc_id=Educationaspnet-c9-niner

Useful Links:
Get your questions answered on the Microsoft Q&A for .NET – http://aka.ms/dotnet-qa​
Learn .NET with free self-guided learning from Microsoft Learn: http://aka.ms/learndotnet
Learn .NET: https://dotnet.microsoft.com/learn?WT.mc_id=Educationaspnet-c9-niner
.NET Community: https://dotnet.microsoft.com/platform/community?WT.mc_id=Educationaspnet-c9-niner
.NET Documentation: https://docs.microsoft.com/en-us/dotnet/?WT.mc_id=Educationaspnet-c9-niner

Comments are closed.