یه تیکه کد نوشتم میخوام توی یه div یه input ورودی متنی بذارم ، ولی وقتی میذارم بینه div چون اندازش بزرگ تر از div هست میاد بیرون از div باید چیکار کنم ؟
این سی اس اسشه
.serch{
width: 35px
height: 35px
background: red
-webkit-transition: width 2s
-webkit-transition-timing-function: ease-in-out
transition: width 2s
border:#000000 dashed 1px
position:absolute
}
.serch:hover{
width: 230px
}
اینم اچ تی ام الش