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 1414< style >
1515# parent {
1616width : 60% ;
17+ height : 40px ;
1718margin : 10px auto;
1819padding : 5px ;
1920border : 1px solid # 777 ;
2021background-color : # fbca93 ;
2122text-align : center;
2223}
2324.positionable {
24- width : 75px ;
25- height : 75px ;
2625position : absolute;
2726display : block;
2827right : 0 ;
2928bottom : 0 ;
3029background-color : # bcd5e6 ;
3130text-align : center;
3231}
32+ # positionable1 {
33+ width : 75px ;
34+ height : 75px ;
35+ }
36+ # positionable2 {
37+ width : 120px ;
38+ height : 40px ;
39+ }
3340.ui-flipped-top {
3441border-top : 3px solid # 000000 ;
3542}
93100</ p >
94101</ div >
95102
96- < div class ="positionable ">
103+ < div class ="positionable " id =" positionable1 " >
97104< p >
98105to position
99106</ p >
100107</ div >
101108
102- < div class ="positionable " style =" width:120px; height: 40px; ">
109+ < div class ="positionable " id =" positionable2 ">
103110< p >
104111to position 2
105112</ p >
You can’t perform that action at this time.
0 commit comments