Background image added.
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
.App {
|
.App {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: $background;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.App .App-content {
|
.App .App-content {
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
@import '../colors.scss';
|
@import '../colors.scss';
|
||||||
|
|
||||||
.App-header {
|
.App-header {
|
||||||
background-color: $background;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: 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;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
background-color: $background !important;
|
background-color: $background !important;
|
||||||
|
background-image: url('./img/bg-flowers.png');
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: cover;
|
||||||
color: $green-text !important;
|
color: $green-text !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user