-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheghat.css
73 lines (58 loc) · 1.09 KB
/
eghat.css
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
.one1{
color: rgb(11, 184, 155);
text-align: center;
text-decoration: underline;
font-weight: lighter;
font-family:Algerian;
font-size: 50px;
text-transform: uppercase;
}
.div1{
background-color: rgb(222, 135, 154);
width: 400px;
height: 200px;
margin: 30px;
display: inline-block;
position: relative;
z-index: -10;
}
.div2{
background-color: rgb(135, 222, 210);
width: 400px;
height: 200px;
margin: 30px;
display: inline-block;
position: sticky;
left: 100px;
top: 10px;
z-index:5 ;
}
.div3{
background-color: rgb(166, 135, 222);
width: 400px;
height: 200px;
margin: 30px;
display: inline-block;
position:relative;
}
img{
width: 200px;
height: 150px;
position: fixed;
top: 0;
left: 100px;
bottom: 100px;
z-index: -1;
}
.one{
background-color: rgb(15, 153, 153)
}
.one{
position: relative;
bottom:350px;
}
.two{
position: relative;
top: 300px;
background-color: beige;
}