Style arrondi img Bootstrap


  Résultats de traduction:

img

n. Cela signifie « image » dans la production de pages Web ; l'abréviation de image signifie image. ;[Médical][=ganglions mésentériques inférieurs]Ganglions mésentériques inférieurs

arrondis

Anglais[ˈraʊndɪd] US[ˈraʊndɪd]

adj rond; complet [langue] à lèvres rondes

passé et passé; participe de vi.&vt.round

Style arrondi img Bootstrapsyntaxe

Fonction : Ajouter des coins arrondis aux images (non pris en charge par IE8).

Style arrondi img Bootstrapexemple

<!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>
	<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>
Exécuter l'instance »

Cliquez sur le bouton « Exécuter l'instance » pour afficher l'instance en ligne

Recommandations populaires

Maison

vidéos

Questions et réponses