mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
22 lines
447 B
HTML
22 lines
447 B
HTML
<style>
|
|
div {
|
|
border-style:solid;
|
|
border-width:1px;
|
|
transform:translate3d(0, 0, 0);
|
|
position:relative;
|
|
padding:5px 0px;
|
|
width:500px;
|
|
}
|
|
</style>
|
|
|
|
<div id='InitialDiv'></div>
|
|
<div id='LongDiv' style="width:200px"></div>
|
|
<div id='CenterDiv' style="left:20px">
|
|
<div id='InnerDiv' style="left:20px">
|
|
<div id='OtherDiv' style="">
|
|
Word
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|