Background image added.

This commit is contained in:
codevictory
2021-12-08 23:33:38 +02:00
parent b679352ae9
commit cdce7e0517
4 changed files with 3 additions and 2 deletions

View File

@@ -3,7 +3,6 @@
.App {
text-align: center;
background-color: $background;
}
.App .App-content {

View File

@@ -1,7 +1,6 @@
@import '../colors.scss';
.App-header {
background-color: $background;
display: flex;
align-items: center;
justify-content: center;

BIN
src/img/bg-flowers.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 596 KiB

View File

@@ -17,6 +17,9 @@ body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: $background !important;
background-image: url('./img/bg-flowers.png');
background-repeat: no-repeat;
background-size: cover;
color: $green-text !important;
}