❔ CSS in ASP.NET

Bbanic12/20/2022
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!
AAngius12/20/2022
_Layout.cshtml.cs sounds like a scoped stylesheet to style the... _Layout.cshtml file
AAngius12/20/2022
site.css is where the rest of your styles goes
AAngius12/20/2022
bootstrap.css is Bootstrap
Bbanic12/20/2022
Thank you for the reply
AAccord12/21/2022
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.