My code is like this:
.container .aciklama2{
text-align: center;
font-family: 'Roboto', sans-serif ;
font-size: 10;
color: blanchedalmond;
background-color: black;
width:25%;
height:280px;
white-space: pre-line;
float:left;
}
The appearence is like this:
enter image description here I am unable to make the text responsive and fit the div how can I do that?