img

n.在網(wǎng)頁製作中意思為「圖片」的意思;image的縮寫,圖片的意思。 ;[醫(yī)][=inferior mesenteric ganglia]腸繫膜下神經(jīng)節(jié)

rounded

英[?ra?nd?d]? ?美[?ra?nd?d]??

#adj.圓美[?ra?nd?d]??

#adj.圓美。形的;豐滿的;全面的;[語]圓唇的

###vi.&vt.round的過去式和過去分詞###

Bootstrap img-rounded樣式 語法

作用:為圖片加上圓角 (IE8 不支援)。

Bootstrap img-rounded樣式 範(fàn)例

<!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>
	<p> .img-rounded 類為圖片添加圓角 (IE8 不支持):</p>            
	<img src="http://img.php.cn/upload/article/000/005/6

56/5af270fd37755429.jpg" class="img-rounded" alt="Cinque Terre" width="304" height="236"> 
</div>

</body>
</html>
執(zhí)行實(shí)例 ?

#點(diǎn)擊 "執(zhí)行實(shí)例" 按鈕查看線上實(shí)例

#