File tree Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 11
11
body {
12
12
background : # eee ;
13
13
padding : 0 16px ;
14
- /* background-image: url("https://www.transparenttextures.com/patterns/cubes.png"); */
14
+ background-image : url ("https://www.transparenttextures.com/patterns/cubes.png" );
15
15
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
16
- background-image : url ("/images/cubes.png" );
17
16
}
18
17
19
18
header {
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
- < head >
4
- < title > Keeper App </ title >
5
- < link font-family: "Montserrat", sans-serif;
6
- href="https://fonts.googleapis.com/css?family=McLaren|Montserrat&display=swap "
7
- rel ="stylesheet " />
8
- < link rel ="stylesheet " href =" styles. css " />
9
- < link id =" external-css " rel =" stylesheet " type =" text/css " href ="https://fonts.googleapis.com/css?family=Montserrat&display=swap " media ="all ">
3
+
4
+ < head >
5
+ < title > Keeper App </ title >
6
+ < link href ="https://fonts.googleapis.com/css?family=McLaren|Montserrat&display=swap " rel =" stylesheet " />
7
+ < link rel ="stylesheet " href =" styles.css " />
8
+ < link id =" external-css " rel ="stylesheet " type =" text/ css "
9
+ href ="https://fonts.googleapis.com/css?family=Montserrat&display=swap " media ="all ">
10
10
</ head >
11
11
12
- < body >
13
- < div id ="root "> </ div >
14
- < script src ="../src/index.js " type ="text/jsx "> </ script >
15
- </ body >
16
- </ html >
12
+ < body >
13
+ < div id ="root "> </ div >
14
+ < script src ="../src/index.js " type ="text/jsx "> </ script >
15
+ </ body >
16
+
17
+ </ html >
Original file line number Diff line number Diff line change 11
11
body {
12
12
background : # eee ;
13
13
padding : 0 16px ;
14
- background-image : url ("https://www.transparenttextures.com/patterns/cubes.png" );
14
+ /* background-image: url("https://www.transparenttextures.com/patterns/cubes.png"); */
15
+ background-image : url ("../images/cubes.png" );
15
16
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
16
17
}
17
18
You can’t perform that action at this time.
0 commit comments