Background image added.
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
.App {
|
||||
text-align: center;
|
||||
background-color: $background;
|
||||
}
|
||||
|
||||
.App .App-content {
|
||||
|
||||
@@ -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
BIN
src/img/bg-flowers.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 596 KiB |
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user