How css uses left
This article mainly introduces css how to use left, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand it.
Here with the use of position, take a look at left persuasion.
1. Div css instance code
Css left instance score CSS5.box {width:300px;height:300px; border:1px solid # 00F} .pr {position:relative; border:1px solid # 000; width:100px; height:50px} .p1 {left:10px;border:1px solid # F00} / * Blood Box * / .p2 {left:30px;border:1px solid # 0F0} / * Green Box * / .p3 {left:60px;border:1px solid # 0FF} / * Sky Blue Box * / .pwu {left:10px; width:100px Height:50px;border:1px solid # F0F} / * Purple Box * / content 1 Mode 2 content 3 equipment position is not set
2. Screenshot of achievement
Thank you for reading this article carefully. I hope the article "how to use left in css" shared by the editor will be helpful to everyone. At the same time, I also hope that you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!