I am trying to add a background image to the jumbotron and I have seen a lot of examples but nothing seems to work here in the code.
Created css folder under src
<template>
<div class="development container">
<div class="jumbotron mt-3">
<h1 class="display-3">Sofware Development</h1>
CSS File code
.jumbotron mt-3 {
background-image: url('../empowers/src/assets/team1.jpg');
background-size: cover;
height: 100%;}