Trying something new with my help desk application, I attempted to set an MacbookBackbround.jpg
as the website's background image to eliminate unnecessary whitespace. Despite experimenting with various code snippets like below, I couldn't achieve the desired result:
<div>
<style>
.main-content {
background-image:
url('../../../../wwwroot/images/MacbookBackground.jpg');
}
</style>
</div>
I also made unsuccessful adjustments to the theme.css file and tried altering the .container element.
https://github.com/zhadjah9559/HelpDeskTicket/tree/3.LoginAndDB