Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Заголовок документа</title>
<style>
div {
width:10px;
min-width:70%;
background-color: #1c87c9;
color: #fff
}
</style>
</head>
<body>
<div>Значение свойства min-width этого текста равно 70%.</div>
</body>
</html>