Open EdvaldoLima opened 6 years ago
To the code:
#app{ background-image: url('../img/background.jpg'); }
The image background is not found, to work:
#app{ background-image: url('img/background.jpg'); }
To solved the problem remove ../
To the code:
The image background is not found, to work:
To solved the problem remove ../