Bootstrap pull-right style


  Translation results:

pull

英[pʊl] 美[pʊl]

vt.& vi. pull; pull; pull over; row (boat)

vt. Win; attract the opposite sex; cancel; (manipulate) to succeed

n. Drag; crawl; influence

right

英[raɪt] 美[raɪt]

adv. Immediately, immediately; to the right, right; appropriately; always

adj. Correct; appropriate; right; okay, normal of

n.right;right;right,just;right hand

vt.correct;straighten,make right;arrange;compensate

vi.(ships, etc.) complex Positive, restored to stability

Bootstrap pull-right stylesyntax

Function: Element floats to the right

Bootstrap pull-right styleexample

<!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>
Run instance »

Click the "Run instance" button to view the online instance

Popular Recommendations

Home

Videos

Q&A