-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle_img.css
More file actions
112 lines (101 loc) · 2.42 KB
/
Copy pathstyle_img.css
File metadata and controls
112 lines (101 loc) · 2.42 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
/* Стили рисунков для страницы HOME */
.img-man-and-pc{
position:relative;
top: 50px;
left: 0px;
width: 350px;
height: 210px;
border-radius: 10px;
-webkit-filter: opacity(80%);
box-shadow: 0.8em 0.8em 10px #0F293C;
}
.img-girl-and-pc{
position:relative;
top: 50px;
width: 350px;
height: 210px;
border-radius: 10px;
-webkit-filter: opacity(80%);
box-shadow: 0.8em 0.8em 10px #0F293C;
}
/* Стили рисунков для страницы THE IDEA */
.student-and-pc{
position:relative;
top: -50px;
width: 300px;
height: 200px;
border-radius: 20px;
-webkit-filter: opacity(70%);
box-shadow: 0.8em 0.8em 10px #0F293C;
}
/* Стили рисунков для страницы ABOUT */
.img-screenshot1{
position:absolute;
top: 140px;
left: 70px;
width: 200px;
height: 150px;
border-radius: 10px;
-webkit-filter: opacity(100%);
box-shadow: 0.8em 0.8em 10px #0F293C;
}
.img-screenshot2{
position:absolute;
top: 250px;
left: -130px;
width: 180px;
height: 120px;
border-radius: 10px;
-webkit-filter: opacity(100%);
box-shadow: 0.8em 0.8em 10px #0F293C;
}
.img-screenshot3{
position:absolute;
top: -150px;
left: -40px;
width: 250px;
height: 220px;
border-radius: 10px;
-webkit-filter: opacity(100%);
box-shadow: 0.8em 0.8em 10px #0F293C;
}
.img-screenshot4{
position:absolute;
top: 350px;
left: 100px;
width: 300px;
height: 250px;
border-radius: 10px;
-webkit-filter: opacity(100%);
box-shadow: 0.8em 0.8em 10px #0F293C;
}
.img-screenshot5{
position:absolute;
top: 560px;
left: -50px;
width: 200px;
height: 100px;
border-radius: 10px;
-webkit-filter: opacity(100%);
box-shadow: 0.8em 0.8em 10px #0F293C;
}
.img-screenshot6{
position:absolute;
top: 700px;
left: -30px;
width: 400px;
height: 250px;
border-radius: 10px;
-webkit-filter: opacity(100%);
box-shadow: 0.8em 0.8em 10px #0F293C;
}
/* Стили рисунков для страницы RECOMMENDATIONS */
.img-healthy-eyes{
position:relative;
top: 0px;
width: 350px;
height: 220px;
border-radius: 20px;
-webkit-filter: opacity(100%);
box-shadow: 0.8em 0.8em 10px #0F293C;
}