❔ CSS in ASP.NET
Hi All,
I recently completed Codecademy's courses on ASP.NET, HTML, and CSS. I am now attempting to build my own portfolio website. However, I'm struggling to understand when to use each of the following pages to format and style my website: _Layout.cshtml.css , site.css, and/or bootstrap.css
Can anyone recommend a resource to help me understand when to use each of these for styling my site? Also, if anyone would be willing to jump in voice chat to answer a few stupid beginner questions to help me get off the ground please let me know. I would greatly appreciate it!
3 Replies
_Layout.cshtml.cs
sounds like a scoped stylesheet to style the... _Layout.cshtml
file
site.css
is where the rest of your styles goes
bootstrap.css
is BootstrapThank you for the reply
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.