File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 14
14
< style >
15
15
# parent {
16
16
width : 60% ;
17
+ height : 40px ;
17
18
margin : 10px auto;
18
19
padding : 5px ;
19
20
border : 1px solid # 777 ;
20
21
background-color : # fbca93 ;
21
22
text-align : center;
22
23
}
23
24
.positionable {
24
- width : 75px ;
25
- height : 75px ;
26
25
position : absolute;
27
26
display : block;
28
27
right : 0 ;
29
28
bottom : 0 ;
30
29
background-color : # bcd5e6 ;
31
30
text-align : center;
32
31
}
32
+ # positionable1 {
33
+ width : 75px ;
34
+ height : 75px ;
35
+ }
36
+ # positionable2 {
37
+ width : 120px ;
38
+ height : 40px ;
39
+ }
33
40
.ui-flipped-top {
34
41
border-top : 3px solid # 000000 ;
35
42
}
93
100
</ p >
94
101
</ div >
95
102
96
- < div class ="positionable ">
103
+ < div class ="positionable " id =" positionable1 " >
97
104
< p >
98
105
to position
99
106
</ p >
100
107
</ div >
101
108
102
- < div class ="positionable " style =" width:120px; height: 40px; ">
109
+ < div class ="positionable " id =" positionable2 ">
103
110
< p >
104
111
to position 2
105
112
</ p >
You can’t perform that action at this time.
0 commit comments