Свойства CSS: как содержимое не обрезается и может отображаться вне поля содержимого
Перейти на страницу упражнений
Решение:
HTML-код:
<!DOCTYPE html>
<html>
<head>
<title>How the content is not clipped, and it may be rendered outside the content box</title>
<style type="text/css">
div.w3r {
background-color: #CCFF00;
width:150px;
height:200px;
overflow-y:visible;
}
</style>
</head>
<body>
<h2>w3resource Tutorial</h2>
<div class="w3r">CSS, stands for Cascading Style Sheet is a computer language to describe presentation (for example width, height, color, background color, alignment etc.) of HTML and XML (and XML based languages like XHTML, SVG) web documents. In all the examples of our tutorials, we have used HTML for implementing CSS.</div>
</body>
</html>
Демонстрация в реальном времени:
См. Переполнение п-у-ответа по w3resource ( @ w3resource ) на CodePen .
Поддерживаемый браузер
да | да | да | да | да |
Каков уровень сложности этого упражнения?
Новый контент: Composer: менеджер зависимостей для PHP , R программирования
disqus2code