File tree 1 file changed +27
-0
lines changed
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 47
47
width : 550px ;
48
48
height : 550px ;
49
49
}
50
+ # particles-js {
51
+ position : absolute;
52
+ width : 100% ;
53
+ height : 100% ;
54
+ background-color : white;
55
+ background-image : url ('' );
56
+ background-size : cover;
57
+ background-repeat : no-repeat;
58
+ }
59
+ .siteWrapper {
60
+ position : fixed;
61
+ overflow : auto;
62
+ width : 100% ;
63
+ height : 100% ;
64
+ }
50
65
@media all and (max-width : 1024px ) {
51
66
img {
52
67
width : 90% ;
55
70
56
71
57
72
}
73
+ @media all and (max-width : 1024px ) and (orientation : landscape){
74
+ img {
75
+
76
+ width : 55% ;
77
+ height : 90% ;
78
+ }
79
+ }
58
80
</ style >
59
81
< body >
82
+ < div id ="particles-js "> </ div >
83
+ < div class ="siteWrapper " id ="siteWrapper ">
60
84
< div class ="Error-page " >
61
85
< img src ="http://www.lightsout.ir/images/404.png "/ alt="lightsout logo">
62
86
< br />
65
89
< a href ="http://www.lightsout.ir "> Back To Game</ a >
66
90
</ div >
67
91
</ div >
92
+ </ div >
93
+ < script src ="http://www.lightsout.ir/js/particles.min.js "> </ script >
94
+ < script src ="http://www.lightsout.ir/js/app.min.js "> </ script >
68
95
</ body >
69
96
70
97
You can’t perform that action at this time.
0 commit comments