File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
web/src/signalr-web/SignalRMiddleware/EventApp/src Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 13
13
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
14
14
< link rel ="icon " type ="image/x-icon " href ="favicon.ico ">
15
15
</ head >
16
- < body background =" assets/images/bg.svg " >
16
+ < body >
17
17
< app-root > </ app-root >
18
18
</ body >
19
19
</ html >
Original file line number Diff line number Diff line change 1
- /* You can add global styles to this file, and also import other style files */
1
+ html {
2
+ background : url (assets/images/bg.svg) no-repeat center center fixed;
3
+ -webkit-background-size : cover;
4
+ -moz-background-size : cover;
5
+ -o-background-size : cover;
6
+ background-size : cover;
7
+ }/* You can add global styles to this file, and also import other style files */
You can’t perform that action at this time.
0 commit comments