pull
英[pʊl] 美[pʊl]
vt.& vi.
pull; pull; pull over; draw ( ship)
vt. win; attract the opposite sex; cancel; (manipulate) to succeed
n. drag; climb; influence
left
UK[left] 美[lɛft]
adj. Left, left; leftist
n. Left, left; [military] left; left, radical Numerator
adv.To the left; on the left
v.Leave (past tense and past participle of leave)
Bootstrap pull-left style syntax
Function: Element floats to the left
Bootstrap pull-left style example
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>php中文网(php.cn)</title> <link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script> <script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> </head> <body> <div class="container"> <h2>实例</h2> <div class="pull-left">元素浮动到左侧</div> <div class="pull-right">元素浮动到右侧</div> </div> </body> </html>
Click the "Run instance" button to view the online instance