Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
<style>
div {
width:10px;
min-width:70%;
background-color: #1c87c9;
color: #fff
}
</style>
</head>
<body>
<div>La largeur minimale de ce texte est définie à 70%.</div>
</body>
</html>