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中文網(wǎng)(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">元素浮動到左側(cè)</div> <div class="pull-right">元素浮動到右側(cè)</div> </div> </body> </html>
Click the "Run instance" button to view the online instance