overflow

PHOTO EMBED

Sat Sep 16 2023 10:21:39 GMT+0000 (Coordinated Universal Time)

Saved by @Mohammadrezasmz

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatib1e" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
< link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>

</body>
</html>

file style.css
p{
border : 3px solid yellowgreen;
width : 250px;
height: 145px;
<!-- حالت دیفالتشه و متن رو به صورت معمولی نشون میده-->
overflow: visible;
<!-- به متن استایل اسکرول میده-->
overflow: scroll;
<!-- اضافه متن رو از بردری که براش انتخاب کردی پاک میکنه-->
overflow: hidden;
<!-- اگر متن رو تشخیص بده زیاده به صورت اتومات بهش اسکرول میده-->
overflow: auto;
}
content_copyCOPY

overflow