skip to Main Content

CSS not applied to img in ASP.NET

I'm creating an ASP.NET MVC project and I'm trying to apply some css to an image. Project structure And this is the code: //Index.cshtml.css h1 { color: green } .roundImage { border-radius: 50px; } #profilePhoto { width: 200px; margin: 2rem…

VIEW QUESTION
Back To Top
Search