-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathscript.js
60 lines (18 loc) · 917 Bytes
/
script.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
// document.getElementById("body")
// .style.backgroundImage = "linear-gradient(to left, #000000e3, #232222d9)"
var body = document.getElementById("body");
body.style.backgroundImage = "linear-gradient(to left, #000000e3, #232222d9)";
var logo = document.getElementById("logo");
logo.style.width = "100px";
logo.style.position= "absolute";
logo.style.top = "50%";
logo.style.left = "50%";
logo.style.transform= "translate(-50%, -50%)";
// document.body.clientHeight
// document.body.clientWidth
// window.innerHeight
// window.innerWidth
// window.open() - open a new window فتح نافذة جديدة
// window.close() - close the current window اغلاق نافذة الحالية
// window.moveTo() - move the current window نقل نافذة الحالية
// window.resizeTo() - resize the current window إعادة ضبط حجم الشاشة الحالية